From 2cb9d90598a6f929b898db74aeaac2c3ae7d05b8 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Sun, 1 Sep 2024 12:07:29 +0700 Subject: [PATCH] Update php to 8.1 --- .github/workflows/workflow.yml | 6 +++--- Makefile | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9c2fe77..ab2d2ad 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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' diff --git a/Makefile b/Makefile index c9bb8cd..8ae0766 100644 --- a/Makefile +++ b/Makefile @@ -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),)