Skip to content

Commit 16433c3

Browse files
committed
ci: update to run against on PHP 8.1 and 8.2
1 parent cce5e95 commit 16433c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
php: ['8.0', '8.1']
12+
php: ['8.1', '8.2']
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)