Skip to content

Commit 79cf347

Browse files
committed
Update CI to run with Symfony 7.2
1 parent 5b68721 commit 79cf347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
php-version: ['7.4', '8.1', '8.2', '8.3', '8.4']
43-
sf-version: ['5.4', '6.4', '7.0', '7.1']
43+
sf-version: ['5.4', '6.4', '7.0', '7.1', '7.2']
4444
exclude:
4545
- php-version: '7.4'
4646
sf-version: '6.4'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
php-version: ['7.4', '8.1', '8.2', '8.3', '8.4']
32-
sf-version: ['5.4', '6.4', '7.0', '7.1']
32+
sf-version: ['5.4', '6.4', '7.0', '7.1', '7.2']
3333
exclude:
3434
- php-version: '7.4'
3535
sf-version: '6.4'
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install dependencies
104104
uses: ramsey/composer-install@v3
105105
env:
106-
SYMFONY_REQUIRE: 7.1.*
106+
SYMFONY_REQUIRE: 7.2.*
107107
with:
108108
composer-options: '--no-progress --quiet'
109109
dependency-versions: 'highest'

0 commit comments

Comments
 (0)