Skip to content

Commit

Permalink
Revert "Run tests with PHP 8.4"
Browse files Browse the repository at this point in the history
This reverts commit e684cc3.
  • Loading branch information
markuspoerschke committed Jul 11, 2024
1 parent e684cc3 commit bcb3227
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
run: "PHPUNIT_FLAGS=--no-coverage make test-phpunit test-psalm test-examples"

- name: "Run tests"
if: ${{ matrix.php-version == '8.2' || matrix.php-version == '8.3' || matrix.php-version == '8.4' }}
if: ${{ matrix.php-version == '8.2' || matrix.php-version == '8.3' }}
run: "make -j -O test"

- name: "Send code coverage"
Expand Down

0 comments on commit bcb3227

Please sign in to comment.