Skip to content

Commit 835f708

Browse files
committed
feat: allow symfony 8
run tests against PHP 8.5
1 parent dc88552 commit 835f708

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
os: [ubuntu-latest, windows-latest]
1212
php: [8.5, 8.4, 8.3, 8.2, 8.1]
1313
stability: [prefer-lowest, prefer-stable]
14+
include:
15+
- php: '8.5'
16+
stability: 'no-suggest'
1417

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

0 commit comments

Comments
 (0)