Skip to content

Commit da45ae5

Browse files
authored
Merge pull request #1421 from sergiy-petrov/sergiy-petrov-patch-1
Test against php 8.3
2 parents e804163 + 6a41b4a commit da45ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
19+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
2020

2121
services:
2222
mariadb:

0 commit comments

Comments
 (0)