Skip to content

Commit a4c2085

Browse files
committed
Use PHP 8.2 for CI tests
1 parent d732dd8 commit a4c2085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
strategy:
2525
matrix:
2626
operating-system: ['ubuntu-latest']
27-
php-version: ['8.1']
27+
php-version: ['8.2']
2828
include:
2929
- operating-system: 'macos-latest'
30-
php-version: '8.1'
30+
php-version: '8.2'
3131
- operating-system: 'windows-latest'
32-
php-version: '8.1'
32+
php-version: '8.2'
3333

3434
steps:
3535
- name: "Checkout code"

0 commit comments

Comments
 (0)