Skip to content

Commit

Permalink
ci: remove support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Dec 20, 2023
1 parent cb97193 commit f4781d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
include:
- php-versions: "8.0"
- php-versions: "8.1"
- php-versions: "8.2"
stable: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"twitter/bootstrap": "Twitter bootstrap assets"
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"laminas/laminas-escaper": "^2.12",
"laminas/laminas-form": "^3.4",
"laminas/laminas-i18n": "^2.17",
Expand Down
3 changes: 1 addition & 2 deletions tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"slam/phpstan-laminas-framework": "^1.5",
"staabm/annotate-pull-request-from-checkstyle": "^1.8",
"slam/php-cs-fixer-extensions": "^3.10"
"slam/phpstan-laminas-framework": "^1.4"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit f4781d8

Please sign in to comment.