Add support for PHP 8.5

This commit is contained in:
Alejandro Celaya
2025-11-01 10:13:00 +01:00
parent 12d81c3213
commit f024fd414e
5 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
php-version: ['8.3', '8.4', '8.5']
continue-on-error: ${{ matrix.php-version == '8.5' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # rr get-binary picks this env automatically
steps: