File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,16 @@ jobs:
1616 strategy :
1717 matrix :
1818 php_version :
19- - " 8.1"
20- - " 8.2"
21- - " 8.3"
22- - " 8.4"
19+ - version : " 8.1"
20+ debian_version : bookworm
21+ - version : " 8.2"
22+ debian_version : bookworm
23+ - version : " 8.3"
24+ debian_version : bookworm
25+ - version : " 8.4"
26+ debian_version : bookworm
27+ - version : " 7.4"
28+ debian_version : bullseye
2329 runtime :
2430 - php : apache
2531 start : apache
7278 platforms : linux/amd64
7379 build-args : |
7480 PHP_RUNTIME=${{ matrix.runtime.php }}
75- DEBIAN_VERSION=bookworm
76- PHP_VERSION=${{ matrix.php_version }}
81+ DEBIAN_VERSION=${{ matrix.php.debian_version }}
82+ PHP_VERSION=${{ matrix.php.version }}
7783 START_RUNTIME=${{ matrix.runtime.start }}
7884 tags : |
7985 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:php${{ matrix.php_version }}-${{ matrix.runtime.start }}
You can’t perform that action at this time.
0 commit comments