explicitly mark nullable parameters as nullable (#1448)

* explicitly mark nullable parameters as nullable
* add job to run tests with PHP 8.4
This commit is contained in:
Christian Flothmann
2024-04-30 21:14:13 +02:00
committed by GitHub
parent ed90750c1f
commit e83b393e09
28 changed files with 89 additions and 88 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
redis:
- 3
- 4
@@ -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