Skip to content

Commit 3de5c19

Browse files
authored
Update dockerimage.yml (#49)
PHP 8.0
1 parent 62c7835 commit 3de5c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php_version: [56, 70, 71, 72, 73, 74]
14+
php_version: [56, 70, 71, 72, 73, 74, 80]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Build the Docker image

0 commit comments

Comments
 (0)