mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: deprecates php 8.1
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -14,11 +14,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
symfony: ['6.4', '7.0']
|
symfony: ['6.4', '7.0']
|
||||||
php: ['8.1', '8.2', '8.3', '8.4']
|
php: ['8.2', '8.3', '8.4']
|
||||||
dependency_version: [prefer-stable]
|
dependency_version: [prefer-stable]
|
||||||
exclude:
|
|
||||||
- php: '8.1'
|
|
||||||
symfony: '7.0'
|
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - Symfony ^${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
|
name: PHP ${{ matrix.php }} - Symfony ^${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1.0",
|
"php": "^8.2.0",
|
||||||
"brianium/paratest": "^7.4.9",
|
"brianium/paratest": "^7.4.9",
|
||||||
"nunomaduro/collision": "^7.11.0|^8.5.0",
|
"nunomaduro/collision": "^7.11.0|^8.5.0",
|
||||||
"nunomaduro/termwind": "^1.16.0|^2.3.3",
|
"nunomaduro/termwind": "^1.16.0|^2.3.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user