This commit is contained in:
Daniil Gentili 2024-04-01 17:43:56 +02:00
parent 44b83e2ed0
commit 2a558e7c4b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
tag: ["amd64"]
php: ["8.1", "8.2"]
php: ["8.2", "8.3"]
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
steps:
- name: Checkout

View File

@ -11,7 +11,7 @@
}
],
"require": {
"php-64bit": ">=8.1"
"php-64bit": ">=8.2.17"
},
"require-dev": {
"phpunit/phpunit": "^11",