Skip to content

Commit

Permalink
cakephp 2 under php 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mitterhauser committed Mar 7, 2024
1 parent ed76cd3 commit 6fb9ce7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: [7.2, 7.4]
php_version: [ 8.0, 8.1, 8.2 ]
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
"type": "cakephp-plugin",
"license": "MIT",
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kamilwylegala/cakephp2-php8"
}
],
"require": {
"php": "^5.5|^7.0",
"php": "^8.0",
"composer/installers": "^1.0",
"cakephp/cakephp": "^2.4",
"cakephp/cakephp": "dev-master",
"predis/predis": "^1.1",
"ext-redis": "*"
},
Expand Down

0 comments on commit 6fb9ce7

Please sign in to comment.