Skip to content

Commit e87a55f

Browse files
authored
GitHub Actions - added PHP 8.0 and 8.1 (#12)
1 parent 75f02c5 commit e87a55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 10
1010
matrix:
11-
php: [ '7.3', '7.4']
11+
php: [ '7.3', '7.4', '8.0', '8.1']
1212

1313
steps:
1414
- name: Set up PHP

0 commit comments

Comments
 (0)