Skip to content

Commit

Permalink
added PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Sep 14, 2023
1 parent b269fbd commit f92118f
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 @@ -29,6 +29,10 @@ jobs:
dockerfile-flavour: "debian"
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
- php-base-image-version: "8.3-rc-fpm"
dockerfile-flavour: "debian"
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
compose-file: "docker-compose.yml:docker-compose.fpm-nginx.yml"
- php-base-image-version: "8.0-apache"
dockerfile-flavour: "debian"
Expand All @@ -45,6 +49,11 @@ jobs:
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
pecl-mongodb-suffix: ""
- php-base-image-version: "8.3-rc-apache"
dockerfile-flavour: "debian"
legacy-gd-lib: ""
pecl-xdebug-suffix: ""
pecl-mongodb-suffix: ""
fail-fast: false
env:
COMPOSE_FILE: ${{ matrix.compose-file }}
Expand Down

0 comments on commit f92118f

Please sign in to comment.