Skip to content

Commit

Permalink
added 8.1 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Feb 23, 2022
1 parent cee255d commit 3c54d26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
dockerfile-flavour: "debian"
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
- php-base-image-version: "8.1-fpm"
dockerfile-flavour: "debian"
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
- php-base-image-version: "5.6-apache"
dockerfile-flavour: "debian"
legacy-gd-lib: "1"
Expand Down Expand Up @@ -81,6 +85,11 @@ jobs:
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
pecl-mongodb-suffix: ""
- php-base-image-version: "8.1-apache"
dockerfile-flavour: "debian"
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
pecl-mongodb-suffix: ""
fail-fast: false
env:
PHP_IMAGE_NAME: "yiisoftware/yii2-php"
Expand Down

0 comments on commit 3c54d26

Please sign in to comment.