From 2f126b351316ec3bffba2b501183929549f6b754 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Sat, 23 Nov 2024 15:05:38 +0300 Subject: [PATCH] Add php 8.4 --- .github/workflows/workflow.yml | 16 +++++++++++++++- .wordpress-php | 1 + Makefile | 2 +- README.md | 3 ++- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 454749d..91a6ad5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,6 +17,20 @@ env: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} jobs: + wordpress-84: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: docker/setup-qemu-action@v3 + with: + platforms: amd64,arm64 + - uses: docker/setup-buildx-action@v3 + - uses: ./.github/actions + with: + version: ${{ env.WORDPRESS6 }} + php_ver: '8.4' + tags: 6-8.4,6-8,6,latest + platform: linux/amd64,linux/arm64 wordpress-83: runs-on: ubuntu-latest steps: @@ -29,7 +43,7 @@ jobs: with: version: ${{ env.WORDPRESS6 }} php_ver: '8.3' - tags: 6-8.3,6-8,6,latest + tags: 6-8.3 platform: linux/amd64,linux/arm64 wordpress-82: runs-on: ubuntu-latest diff --git a/.wordpress-php b/.wordpress-php index f7ee066..93ba700 100644 --- a/.wordpress-php +++ b/.wordpress-php @@ -1,3 +1,4 @@ +8.4#2024-11-23T02:30:22.132333Z 8.3#2024-11-23T02:30:22.132333Z 8.2#2024-11-23T02:30:22.132333Z 8.1#2024-11-23T02:30:22.132333Z \ No newline at end of file diff --git a/Makefile b/Makefile index 69ac59f..2595818 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ WORDPRESS_VER ?= 6.7.1 WORDPRESS_VER_MAJOR ?= $(shell echo "${WORDPRESS_VER}" | grep -oE '^[0-9]+') -PHP_VER ?= 8.3 +PHP_VER ?= 8.4 BASE_IMAGE_TAG = $(PHP_VER) REPO = wodby/wordpress diff --git a/README.md b/README.md index 5ae00e6..d78b59c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Overview: | Supported tags and respective `Dockerfile` links | WordPress | PHP | |--------------------------------------------------|-----------|-----| -| `6-8.3`, `6-8`, `6`, `latest` [_(Dockerfile)_] | 6 | 8.3 | +| `6-8.4`, `6-8`, `6`, `latest` [_(Dockerfile)_] | 6 | 8.4 | +| `6-8.3` [_(Dockerfile)_] | 6 | 8.3 | | `6-8.2` [_(Dockerfile)_] | 6 | 8.2 | | `6-8.1` [_(Dockerfile)_] | 6 | 8.1 |