Skip to content

Commit 0396752

Browse files
committed
Run tests on Symfony 7.1 RC
1 parent 8be98db commit 0396752

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: ['8.2', '8.3']
13-
symfony: ['6.4.*', '7.0.*']
13+
symfony: ['6.4.*', '7.0.*', '7.1.*@rc']
1414
composer-flags: ['--prefer-stable']
1515
can-fail: [false]
1616
include:
1717
- php: '8.2'
1818
symfony: '6.4.*'
1919
composer-flags: '--prefer-stable --prefer-lowest'
2020
can-fail: false
21-
- php: '8.3'
22-
symfony: '7.1.*@beta'
23-
composer-flags: '--prefer-stable'
24-
can-fail: true
2521

2622
name: "PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
2723

.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.0.*'
26+
SYMFONY_REQUIRE: '7.1.*@rc'
2727

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

0 commit comments

Comments
 (0)