Skip to content

Commit

Permalink
raise minimum PHP version to 8.1 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Stich committed May 28, 2024
1 parent b2d0904 commit fa9efa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: [8.0, 8.1, 8.2, 8.3]
php_version: [8.1, 8.2, 8.3]
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
"require": {
"php": ">=8.0, <8.4",
"php": ">=8.1, <8.4",
"kba-team/cakephp": "^2.11",
"composer/installers": "^1.9"
},
Expand Down

0 comments on commit fa9efa0

Please sign in to comment.