This commit is contained in:
Robin Appelman 2026-07-15 14:46:06 +02:00
commit a77140d48d
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.4']
php-versions: ['8.2', '8.5']
steps:
- uses: actions/checkout@v4