Skip to content

Commit

Permalink
use default PHP 8.4 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi authored Nov 22, 2024
1 parent 81f05ed commit 32ea3cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
platform: ['linux/amd64', 'linux/arm64/v8', 'linux/s390x']
version: ['8.1', '8.2', '8.3']
version: ['8.1', '8.2', '8.3', '8.4']
type: ['cli', 'zts']
distro: ['bookworm', 'alpine']
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['8.3']
version: ['8.4']
type: ['cli', 'zts']
distro: ['bookworm']
outputs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PLATFORM=${BUILDPLATFORM:-linux/amd64}
ARG IMAGE=php
ARG TAG=8.3-cli-bookworm
ARG TAG=8.4-cli-bookworm

FROM --platform=${PLATFORM} ${IMAGE}:${TAG}

Expand Down

0 comments on commit 32ea3cf

Please sign in to comment.