Skip to content

Commit fff7d48

Browse files
authored
Added php 8.3 to tests
1 parent 2791b08 commit fff7d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
max-parallel: 12
1616
matrix:
17-
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
17+
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.2']
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)