Skip to content

Commit d10c3be

Browse files
authored
Test against PHP 8.2 (#100)
Signed-off-by: Lukas Kämmerling <[email protected]> Signed-off-by: Lukas Kämmerling <[email protected]>
1 parent c08814f commit d10c3be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/blackbox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: 8.1
25+
php-version: 8.2
2626
coverage: none
2727

2828
- name: Install dependencies

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: 8.1
25+
php-version: 8.2
2626
coverage: none
2727

2828
- name: Install dependencies

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 7.4, 8.0, 8.1 ]
12+
php: [ 7.4, 8.0, 8.1, 8.2 ]
1313
dependency-version: [ prefer-lowest, prefer-stable ]
1414
redis-version: [ 6 ]
1515

0 commit comments

Comments
 (0)