Skip to content

Commit

Permalink
Add php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 23, 2024
1 parent aa519d0 commit 2f126b3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .wordpress-php
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 2f126b3

Please sign in to comment.