Skip to content

Commit ec1f1d6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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'
16-
stability: 'no-suggest'
15+
- php: '8.5'
16+
stability: 'no-suggest'
1717

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

0 commit comments

Comments
 (0)