Remove php 8.2 from tests
This commit is contained in:
parent
5742f27a6b
commit
bf400e637e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-18.04', 'ubuntu-20.04']
|
||||
php-versions: ['7.4','8.0','8.1','8.2']
|
||||
php-versions: ['7.4','8.0','8.1']
|
||||
phpunit-versions: ['latest']
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue