Skip to content

Commit 9e62b40

Browse files
committed
Stable
1 parent c5b35eb commit 9e62b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: ['8.2', '8.3']
13-
symfony: ['6.4.*', '7.0.*', '7.1.*@rc']
13+
symfony: ['6.4.*', '7.0.*', '7.1.*']
1414
composer-flags: ['--prefer-stable']
1515
can-fail: [false]
1616
include:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: composer update --prefer-stable --prefer-dist
2525
env:
26-
SYMFONY_REQUIRE: '7.1.*@rc'
26+
SYMFONY_REQUIRE: '7.1.*'
2727

2828
- name: Run PHPStan
2929
run: vendor/bin/phpstan analyze --error-format=github

0 commit comments

Comments
 (0)