Skip to content

Commit

Permalink
Stop PHP8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
odolbeau committed Nov 30, 2023
1 parent ba2420e commit 7743505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
# Lowest Deps
- php: 8.0
- php: 8.1
symfony-require: 5.4.*
composer-flags: '--prefer-stable --prefer-lowest'
# LTS with latest stable PHP
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sort-packages": true
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"giggsey/libphonenumber-for-php": "^8.9",
"symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0",
"symfony/intl": "^5.4 || ^6.3 || ^7.0",
Expand Down

0 comments on commit 7743505

Please sign in to comment.