Skip to content

Commit

Permalink
Update php to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 1, 2024
1 parent 57524c7 commit 2cb9d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
webgrind-1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
with:
platforms: amd64,arm64
- uses: docker/setup-buildx-action@v1
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '1.9.3'
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ NAME = webgrind-$(WEBGRIND_VER)

PLATFORM ?= linux/amd64

PHP_VER ?= 7.4
ALPINE_VER ?= 3.15
PHP_VER ?= 8.1
BASE_IMAGE_TAG = $(PHP_VER)

ifneq ($(STABILITY_TAG),)
Expand Down

0 comments on commit 2cb9d90

Please sign in to comment.