Skip to content

Commit f1c3c73

Browse files
authored
Merge pull request #77 from ArthurHoaro/chore/gh-action-php-version
2 parents a7e8e50 + 9724a0e commit f1c3c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php-versions: ['7.1', '7.2', '7.3', '7.4']
19+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
2020

2121
steps:
2222
# Setup Github actions

0 commit comments

Comments
 (0)