Remove PHP 8.2
Added 8.4 as well for testing purposes
This commit is contained in:
parent
8875662434
commit
7e6a047bc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-latest']
|
||||
php-versions: ['8.2', '8.3']
|
||||
php-versions: ['8.3', '8.4']
|
||||
phpunit-versions: ['latest']
|
||||
|
||||
services:
|
||||
|
|
Loading…
Add table
Reference in a new issue