Skip to content

Commit c008a48

Browse files
committed
Update github "version test" actions
1 parent ad4bd86 commit c008a48

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/tests-maintained-symfony.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ jobs:
2020
continue-on-error: false
2121
strategy:
2222
matrix:
23-
php-version: ['8.1']
24-
symfony-version: ['5.4', '6.4', '7.4']
25-
exclude:
26-
- symfony-version: '7.4'
27-
php-version: '8.1'
23+
include:
24+
- php-version: '8.1'
25+
symfony-version: '5.4'
26+
27+
- php-version: '8.2'
28+
symfony-version: '6.4'
29+
30+
- php-version: '8.3'
31+
symfony-version: '7.3'
2832
steps:
2933
- name: 'Checkout code'
3034
uses: actions/checkout@v6

0 commit comments

Comments
 (0)