Skip to content

Commit

Permalink
Revert PHPStan and Psalm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts committed Nov 29, 2024
1 parent 9d5c24e commit 7735d71
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ jobs:
strategy:
matrix:
include:
- mw: 'REL1_39'
php: '8.2'
- mw: 'REL1_37'
php: '8.0'
- mw: 'REL1_38'
php: '8.1'

runs-on: ubuntu-latest

Expand Down Expand Up @@ -162,8 +164,10 @@ jobs:
strategy:
matrix:
include:
- mw: 'REL1_39'
php: '8.2'
- mw: 'REL1_37'
php: '8.0'
- mw: 'REL1_38'
php: '8.1'

runs-on: ubuntu-latest

Expand Down

0 comments on commit 7735d71

Please sign in to comment.