Skip to content

Commit ad4bd86

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

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
matrix:
2323
php-version: ['8.1']
2424
symfony-version: ['5.4', '6.4', '7.4']
25+
exclude:
26+
- symfony-version: '7.4'
27+
php-version: '8.1'
2528
steps:
2629
- name: 'Checkout code'
2730
uses: actions/checkout@v6

.github/workflows/tests-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
continue-on-error: false
2121
strategy:
2222
matrix:
23-
php-version: ['8.1']
23+
php-version: ['8.2']
2424
symfony-version: ['7.4']
2525
steps:
2626
- name: 'Checkout code'

0 commit comments

Comments
 (0)