Skip to content

Commit dfb53fa

Browse files
authored
Update run-tests.yml to include PHP 8.3 and 8.4
1 parent 9219a79 commit dfb53fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: [8.1, 8.2]
25+
php: [8.1, 8.2, 8.3, 8.4]
2626

2727
name: P${{ matrix.php }}
2828

0 commit comments

Comments
 (0)