Skip to content

Commit 25fe83f

Browse files
committed
feat: allow symfony 8
run tests against PHP 8.5
1 parent ec1f1d6 commit 25fe83f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
php: [8.5, 8.4, 8.3, 8.2, 8.1]
1313
stability: [prefer-lowest, prefer-stable]
1414
include:
15-
- php: '8.5'
15+
- os: ubuntu-latest
16+
php: '8.5'
1617
stability: 'no-suggest'
1718

1819
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)