Skip to content

Commit d0e8026

Browse files
authored
Update to PHP82+ (#1049)
2 parents 98d5cde + 127c0ef commit d0e8026

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- php-version: '8.1'
24+
- php-version: '8.2'
2525
dependencies: 'lowest'
2626
- php-version: '8.4'
2727
dependencies: 'highest'
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup PHP
6262
uses: shivammathur/setup-php@v2
6363
with:
64-
php-version: '8.1'
64+
php-version: '8.2'
6565
extensions: mbstring, intl
6666
coverage: none
6767
tools: cs2pr, phpstan:1.12

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "project",
66
"homepage": "https://cakephp.org",
77
"require": {
8-
"php": ">=8.1",
8+
"php": ">=8.2",
99
"cakephp/cakephp": "dev-5.next as 5.2.0",
1010
"cakephp/migrations": "^4.0.0",
1111
"cakephp/plugin-installer": "^2.0",
@@ -16,7 +16,7 @@
1616
"cakephp/cakephp-codesniffer": "^5.0",
1717
"cakephp/debug_kit": "^5.0.0",
1818
"josegonzalez/dotenv": "^4.0",
19-
"phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.1"
19+
"phpunit/phpunit": "^11.1.3 || ^12.1"
2020
},
2121
"suggest": {
2222
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",

0 commit comments

Comments
 (0)