Skip to content

Commit 8c89542

Browse files
authored
Update fitness-functions-release-8.2-zts.yml
1 parent 6005e89 commit 8c89542

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/fitness-functions-release-8.2-zts.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@ on:
77
schedule:
88
- cron: '15 10 * * *' # each day at 10:15 UTC
99

10-
1110
jobs:
1211
configured-alpine-is-latest-version:
1312
name: "Ensure that Alpine is the latest alpine version"
1413
env:
15-
LATEST_ALPINE_RELEASE: "3.19.6"
14+
LATEST_ALPINE_RELEASE: "3.21.2"
1615
runs-on: ubuntu-latest
1716
steps:
1817
- name: Execute
1918
run: >
20-
docker run --rm alpine:3.19 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
19+
docker run --rm alpine:3.21 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
2120
2221
configured-go-version-is-required-one:
23-
name: "Ensure that Go is the version required by frankenphp"
22+
name: "Ensure that Go 1.23 is the version required by frankenphp"
2423
runs-on: ubuntu-latest
2524
steps:
2625
- name: Execute
2726
run: >
28-
curl -sS https://github.com/dunglas/frankenphp/blob/v1.0.3/go.mod | grep "go 1.21"
27+
curl -sS https://github.com/dunglas/frankenphp/blob/main/go.mod | grep "go1.23"
2928
3029
packages-not-available-on-alpine-for-release-8-2-zts:
3130
name: Package not available on alpine for php 8.2 zts in edge community, yet
@@ -46,4 +45,4 @@ jobs:
4645
- phpzts82-pecl-xdebug
4746
steps:
4847
- name: Execute
49-
run: "! docker run --rm alpine:3.19 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
48+
run: "! docker run --rm alpine:3.21 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 commit comments

Comments
 (0)