Skip to content

Commit

Permalink
Bump minimum PHP version to 8.1 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Mar 20, 2024
1 parent ea2425e commit 3f9c1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: "8.0"
- php-version: "8.1"
dependencies: "lowest"
- php-version: "8.0"
dependencies: "highest"
- php-version: "8.1"
dependencies: "highest"
- php-version: "8.2"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"symfony/config": "^5.4 || ^6.2 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0",
Expand Down

0 comments on commit 3f9c1fa

Please sign in to comment.