Skip to content

Commit 89f6fde

Browse files
committed
Add dedicated CI job for Symfony 6.4 and PHP 8.3
1 parent 725dd90 commit 89f6fde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818
strategy:
1919
matrix:
2020
php:
21+
- '8.3'
2122
- '8.2'
2223
- '8.1'
2324
- '8.0'
2425
- '7.4'
2526
symfony: ['']
2627
experimental: [false]
2728
include:
29+
- symfony: '^6.4'
30+
os: 'ubuntu-latest'
31+
php: '7.4'
2832
- symfony: '^5.4'
2933
os: 'ubuntu-latest'
3034
php: '7.4'

0 commit comments

Comments
 (0)