Skip to content

Commit e07818d

Browse files
Add Symfony 7.3 to test workflow
1 parent 3b1be06 commit e07818d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99

1010
runs-on: "ubuntu-latest"
11-
continue-on-error: "${{ matrix.php-versions == '8.5' || matrix.symfony == '7.3.*' }}"
11+
continue-on-error: "${{ matrix.php-versions == '8.5' || matrix.symfony == '7.4.*' }}"
1212
strategy:
1313
matrix:
1414
php-versions: ['8.2', '8.3', '8.4', '8.5']
@@ -18,6 +18,7 @@ jobs:
1818
- '7.1.*'
1919
- '7.2.*'
2020
- '7.3.*'
21+
- '7.4.*'
2122

2223
steps:
2324
- uses: "actions/checkout@v4"
@@ -38,7 +39,7 @@ jobs:
3839
extensions: "intl, xdebug"
3940

4041
- name: "Adapt dependencies"
41-
if: ${{ matrix.symfony == '7.3.*' }}
42+
if: ${{ matrix.symfony == '7.4.*' }}
4243
run: "composer config minimum-stability dev"
4344

4445
- name: "Install dependencies"

0 commit comments

Comments
 (0)