Skip to content

Commit fd010ab

Browse files
committed
ci: add PHP 8.2 and 8.3 to tests matrix
1 parent 474f58a commit fd010ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.1]
12+
php: [8.1, 8.2, 8.3]
1313

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

0 commit comments

Comments
 (0)