chore: deprecates php 8.1

This commit is contained in:
Nuno Maduro
2026-01-28 01:55:42 +00:00
parent 2ded999adf
commit 93b5611059
2 changed files with 2 additions and 5 deletions

View File

@ -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 }}

View File

@ -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",