Skip to content

Commit f8b81dd

Browse files
committed
Add Symfony 8.1 build
1 parent 7150fbc commit f8b81dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: ['8.4', '8.5']
20-
symfony: ['7.4.*', '8.0.*']
20+
symfony: ['7.4.*', '8.0.*', '8.1.*']
2121
composer-flags: ['--prefer-stable']
2222
can-fail: [false]
2323
include:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: composer update --prefer-stable --prefer-dist
3434
env:
35-
SYMFONY_REQUIRE: '8.0.*'
35+
SYMFONY_REQUIRE: '8.1.*'
3636

3737
- name: Run PHPStan
3838
run: vendor/bin/phpstan analyze --error-format=github

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The below table shows the supported PHP and Symfony versions for this bundle.
1515

1616
| Version | Status | PHP Versions | Symfony Versions |
1717
|---------|----------------|--------------|------------------|
18-
| 1.x | In Development | 8.4-8.5 | 7.4, 8.0 |
18+
| 1.x | In Development | 8.4-8.5 | 7.4, 8.0, 8.1 |

0 commit comments

Comments
 (0)