Skip to content

Commit 19a62ce

Browse files
authored
Update php.yaml
1 parent 7fb3c3b commit 19a62ce

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/php.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -72,8 +78,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)