File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 phpversion :
16- # - 8.3
17- # - 8.3-frankenphp
16+ - 8.3
17+ - 8.3-frankenphp
1818 - 8.4
19- # - 8.4-frankenphp
19+ - 8.4-frankenphp
2020 runs-on : ubuntu-24.04
2121 steps :
2222 - name : Checkout
@@ -43,10 +43,10 @@ jobs:
4343 fail-fast : false
4444 matrix :
4545 phpversion :
46- # - 8.3
47- # - 8.3-frankenphp
46+ - 8.3
47+ - 8.3-frankenphp
4848 - 8.4
49- # - 8.4-frankenphp
49+ - 8.4-frankenphp
5050 runs-on : ubuntu-latest-arm64
5151 steps :
5252 - name : Checkout
@@ -74,10 +74,10 @@ jobs:
7474 fail-fast : false
7575 matrix :
7676 phpversion :
77- # - 8.3
78- # - 8.3-frankenphp
77+ - 8.3
78+ - 8.3-frankenphp
7979 - 8.4
80- # - 8.4-frankenphp
80+ - 8.4-frankenphp
8181 runs-on : ubuntu-24.04
8282 steps :
8383 - name : Checkout
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG CADDY_VERSION=2
44# -----------------------------------------------------
55# Caddy Install
66# -----------------------------------------------------
7- FROM caddy:$CADDY_VERSION-builder-alpine AS builder
7+ FROM caddy:$CADDY_VERSION-builder AS builder
88ARG TARGETPLATFORM
99ARG BUILDPLATFORM
1010ARG TARGETOS
You can’t perform that action at this time.
0 commit comments