Skip to content

Commit

Permalink
add job to run tests with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 16, 2024
1 parent 6008033 commit d5571c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
redis:
- 3
- 4
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover build/logs/clover-default.xml --coverage-filter ./src

- name: Run tests using Relay
if: ${{ matrix.redis >= '6' }}
if: ${{ matrix.php != '8.4' && matrix.redis >= '6' }}
run: vendor/bin/phpunit -c phpunit.relay.xml

- name: Run tests using Relay with coverage
Expand Down

0 comments on commit d5571c3

Please sign in to comment.