ci: tests against php 8.5

This commit is contained in:
Nuno Maduro
2025-11-20 02:59:27 +00:00
parent 00990efc97
commit 1a39826935
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest] # windows-latest
symfony: ['7.3']
php: ['8.3', '8.4']
php: ['8.3', '8.4', '8.5']
dependency_version: [prefer-stable]
name: PHP ${{ matrix.php }} - Symfony ^${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}