Skip to content

Commit 6258152

Browse files
committed
Bumped PHP to 8.1+
1 parent 61c06a5 commit 6258152

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- php: '7.4'
18+
- php: '8.1'
1919
cake: '^4.4'
2020
- php: '8.1'
2121
cake: '^5.0'
22+
- php: '8.3'
23+
cake: '^5.0'
2224

2325
steps:
2426
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": ">=7.4 <8.6",
25+
"php": ">=8.1 <8.6",
2626
"ext-json": "*",
2727
"cakephp/cakephp": "^4.4 || ^5.0",
2828
"perfbase/php-sdk": "^1.0"

0 commit comments

Comments
 (0)