Skip to content

Commit ca8930b

Browse files
committed
include PHP 8.3 and 8.4 in test matrix
1 parent c4dbbcb commit ca8930b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [8.1, 8.2]
14+
php: [8.1, 8.2, 8.3, 8.4]
1515
os: [ubuntu-22.04]
1616
stability: [prefer-lowest, prefer-stable]
1717
include:

0 commit comments

Comments
 (0)