Skip to content

Commit cb0aa1c

Browse files
committed
Restore PHP 8.0 support for Symfony 6.0 LTS
Symfony 6.0 LTS supports PHP 8.0, so keep it in the matrix for testing. Test matrix for symfony-6: - PHP 8.0: Symfony 6.0 LTS (lowest - compatible with PHP 8.0) - PHP 8.1/8.2/8.3: Symfony 6.4 LTS (highest)
1 parent 4f92c88 commit cb0aa1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
include:
36-
- php: '8.1'
36+
- php: '8.0'
3737
dependencies: 'lowest'
3838
symfony_require: '6.0.*'
3939
- php: '8.1'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"issues": "https://github.com/FriendsOfSymfony/FOSCommentBundle/issues"
2424
},
2525
"require": {
26-
"php": ">=8.1",
26+
"php": ">=8.0.2",
2727
"friendsofsymfony/rest-bundle": "^3.0",
2828
"jms/serializer-bundle": "^3.0 || ^4.0 || ^5.0",
2929
"symfony/framework-bundle": "^6.0",

0 commit comments

Comments
 (0)