Skip to content

Commit

Permalink
[Maintenance] Drop support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoResponseMate committed Jul 30, 2024
1 parent d6319cd commit 0ba9d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1", "8.2"]
php: ["8.1", "8.2", "8.3"]
symfony: ["^5.4", "^6.4", "^7.0"]
dbal: ["^2.0", "^3.0"]
exclude:
-
php: "8.0"
symfony: "^6.4"
-
php: "8.0"
symfony: "^7.0"
-
php: "8.1"
symfony: "^7.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"doctrine/data-fixtures": "^1.2",
"monolog/monolog": "^1.25 || ^2.1 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
Expand Down

0 comments on commit 0ba9d06

Please sign in to comment.