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:
os: [ubuntu-latest, macos-latest, windows-latest]
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]
exclude:
- php: '8.1'
symfony: '7.0'
name: PHP ${{ matrix.php }} - Symfony ^${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}