Skip to content

Commit

Permalink
Drop all Symfony 5 STS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 21, 2023
1 parent de6f9e1 commit 15a7158
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ jobs:
tests:

runs-on: ubuntu-latest
continue-on-error: "${{ matrix.php-versions == '8.3' || matrix.symfony == '^6.4' || matrix.symfony == '^7,0' }}"
continue-on-error: "${{ matrix.php-versions == '8.3' || matrix.symfony == '^6.4' || matrix.symfony == '^7.0' }}"
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
symfony:
- '^5.0'
- '^5.1'
- '^5.2'
- '^5.3'
- '^5.4'
- '^6.0'
- '^6.1'
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ New Symfony Bundle

PHP 8.0 is not supported anymore.

## Drop support of Symfony 4
## Drop support of Symfony 4 and 5 STS

Please update to Symfony 5 or newer.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"php": "^8.1",
"senseexception/intl-format": "^2.3",
"senseexception/intl-sort": "^2.0",
"symfony/http-kernel": "^5.0 || ^6.0",
"symfony/http-foundation": ">= 5.0.7 || ^6.0",
"symfony/dependency-injection": "^5.0 || ^6.0",
"symfony/config": "^5.0 || ^6.0",
"symfony/twig-bundle": "^5.0 || ^6.0"
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/twig-bundle": "^5.4 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit 15a7158

Please sign in to comment.