PHP 8.1+ only

This commit is contained in:
Daniil Gentili 2022-11-16 17:22:45 +01:00
parent 1412739b5a
commit fd9827e7af
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -11,10 +11,10 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^8|^6",
"phpunit/phpunit": "^9",
"amphp/php-cs-fixer-config": "dev-master"
},
"autoload": {