Skip to content

Commit 0f658eb

Browse files
committed
Test on PHP 8.2
1 parent 0966e3e commit 0f658eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ jobs:
1313
php-version: '8.1'
1414
ini-values: 'ffi.enable=false'
1515

16+
- operating-system: 'ubuntu-latest'
17+
php-version: '8.2'
18+
ini-values: 'ffi.enable=false'
19+
1620
- operating-system: 'windows-latest'
17-
php-version: '8.1'
21+
php-version: '8.2'
1822
job-description: 'on Windows'
1923
ini-values: 'ffi.enable=false'
2024

2125
- operating-system: 'macos-latest'
22-
php-version: '8.1'
26+
php-version: '8.2'
2327
job-description: 'on macOS'
2428
ini-values: 'ffi.enable=false'
2529

0 commit comments

Comments
 (0)