Skip to content

Commit b3114dc

Browse files
authored
Test with modern PHP
1 parent b1fd0ac commit b3114dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
matrix:
1515
php:
1616
- '7.4'
17+
- '8.0'
18+
- '8.1'
19+
- '8.2'
20+
- '8.3'
21+
- '8.4'
1722

1823
steps:
1924
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)