Skip to content

Commit 428772c

Browse files
authored
Merge pull request #66 from cakephp/1.x-adjust-ci
1.x: adjust CI for PHP 8.2
2 parents bdf4011 + 5e20a09 commit 428772c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['5.6', '7.4', '8.0']
17+
php-version: ['5.6', '7.4', '8.0', '8.1', '8.2']
1818
prefer-lowest: ['']
1919
include:
2020
- php-version: '5.6'

0 commit comments

Comments
 (0)