Skip to content

Commit

Permalink
Added PHP 8.1 to image build matrix #432
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalger committed Oct 12, 2021
1 parent c780a04 commit 7318176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-php-fpm.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["7.2", "7.3", "7.4", "8.0"]
php_version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
steps:
- uses: actions/checkout@v1
- run: ./images/scripts/build.sh --push "${BUILD_GROUP}"
Expand All @@ -32,7 +32,7 @@ jobs:
needs: php-fpm
strategy:
matrix:
php_version: ["7.2", "7.3", "7.4", "8.0"]
php_version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
steps:
- uses: actions/checkout@v1
- run: ./images/scripts/build.sh --push "${BUILD_GROUP}"
Expand All @@ -48,7 +48,7 @@ jobs:
needs: php-fpm
strategy:
matrix:
php_version: ["7.2", "7.3", "7.4", "8.0"]
php_version: ["7.2", "7.3", "7.4", "8.0", "8.1"]
steps:
- uses: actions/checkout@v1
- run: ./images/scripts/build.sh --push "${BUILD_GROUP}"
Expand Down

0 comments on commit 7318176

Please sign in to comment.