mirror of
https://github.com/predis/predis.git
synced 2026-09-20 07:21:41 +00:00
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:
committed by
GitHub
parent
ed90750c1f
commit
e83b393e09
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user