Skip to content

Commit

Permalink
WP 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed Jul 24, 2024
1 parent e3bd041 commit 34e995e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:
branches:
- main
- "6.4"
- "6.5"
- "6.6"

env:
# Use docker.io for Docker Hub if empty
Expand All @@ -30,8 +30,8 @@ jobs:
matrix:
branch:
- main
- "6.4"
- "6.5"
- "6.6"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:11-slim
ARG WP_VERSION="6.5"
ARG WP_VERSION="6.6"

RUN apt-get update && apt-get install -y unzip jq wget curl
RUN mkdir -p /srv/languages
Expand Down
2 changes: 1 addition & 1 deletion extract_language.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

WP_VERSION=${1:-6.5}
WP_VERSION=${1:-6.6}

set -xE -o pipefail
curl -s "https://api.wordpress.org/translations/core/1.0/?version=$WP_VERSION" \
Expand Down

0 comments on commit 34e995e

Please sign in to comment.