Skip to content

Commit 88695a7

Browse files
authored
Add PHP 8.3 to Tests Matrix (#6244)
1 parent 74c5a01 commit 88695a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.1, 8.2]
22+
php: [8.1, 8.2, 8.3]
2323

2424
name: PHP ${{ matrix.php }}
2525

0 commit comments

Comments
 (0)