Skip to content

Commit e4f5fec

Browse files
committed
add php 8.0 on action script
1 parent 115887c commit e4f5fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.1, 7.2, 7.3, 7.4] #
13+
php: [7.1, 7.2, 7.3, 7.4, 8.0] #
1414
os: [ubuntu-latest, macOS-latest] # windows-latest,
1515

1616
steps:

0 commit comments

Comments
 (0)