Skip to content

Commit

Permalink
Check php 8.2-zts for go 1.21 and alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 22, 2024
1 parent 86fb8e8 commit b602843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fitness-functions-release-8.2-zts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.18.5"
LATEST_ALPINE_RELEASE: "3.19.0"
runs-on: ubuntu-latest
steps:
- name: Execute
run: >
docker run --rm alpine:3.18 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
docker run --rm alpine:3.19 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
configured-go-version-is-required-one:
name: "Ensure that Go is the version required by frankenphp"
runs-on: ubuntu-latest
steps:
- name: Execute
run: >
curl -sS https://github.com/dunglas/frankenphp/blob/v1.0.0-beta.2/go.mod | grep "go 1.20"
curl -sS https://github.com/dunglas/frankenphp/blob/v1.0.3/go.mod | grep "go 1.21"
packages-not-available-on-alpine-for-release-8-2-zts:
name: Package not available on alpine for php 8.2 zts in edge community, yet
Expand Down

0 comments on commit b602843

Please sign in to comment.