Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 23, 2024
1 parent de840c8 commit 388b6cb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ jobs:
strategy:
matrix:
include:
- mw: 'REL1_35'
php: 7.4
- mw: 'REL1_36'
php: 7.4
- mw: 'REL1_37'
php: 7.4
- mw: 'REL1_38'
php: 8.0
- mw: 'REL1_39'
php: 8.1
- mw: 'REL1_40'
Expand Down Expand Up @@ -89,7 +81,7 @@ jobs:
run: |
php tests/phpunit/phpunit.php -c extensions/Maps --coverage-clover coverage.xml
bash <(curl -s https://codecov.io/bash)
if: matrix.mw == 'REL1_38'
if: matrix.mw == 'REL1_39'


# Psalm:
Expand Down

0 comments on commit 388b6cb

Please sign in to comment.