Skip to content

Commit

Permalink
build!: Drop outdated php 7 and 8.0 support (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hshn authored Nov 30, 2023
1 parent b303320 commit 7bfa5bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,21 @@ jobs:
strategy:
matrix:
include:
# symfony 7
- php: 8.3
- php: 8.2
# symfony 6
- php: 8.3
composer-dependencies: symfony/symfony:^6
- php: 8.2
composer-dependencies: symfony/symfony:^7
- php: 8.1
composer-dependencies: symfony/symfony:^6
- php: 8.1
composer-dependencies: symfony/symfony:^6
# symfony 5
- php: 8.3
composer-dependencies: symfony/symfony:^5
- php: 8.2
composer-dependencies: symfony/symfony:^5
- php: 8.1
composer-dependencies: symfony/symfony:^5
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.4.0 || ^8.0.0",
"php": "^8.1.0",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
"symfony/mime": "^5.4 || ^6.0 || ^7.0"
},
Expand Down

0 comments on commit 7bfa5bf

Please sign in to comment.