Skip to content

Commit e30cdd5

Browse files
committed
add job to run tests with PHP 8.4
1 parent 51679bb commit e30cdd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- '8.1'
2929
- '8.2'
3030
- '8.3'
31+
- '8.4'
3132
redis:
3233
- 3
3334
- 4
@@ -69,7 +70,7 @@ jobs:
6970
run: vendor/bin/phpunit --coverage-clover build/logs/clover-default.xml --coverage-filter ./src
7071

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

7576
- name: Run tests using Relay with coverage

0 commit comments

Comments
 (0)