Skip to content

Commit

Permalink
Merge pull request #180 from ndigitals/develop
Browse files Browse the repository at this point in the history
fix(PHP): 2024-10-03 PHP 8.3.12/8.2.24/8.1.30 Release
  • Loading branch information
timnolte authored Oct 4, 2024
2 parents c5dcd3a + 7b16460 commit cdb1134
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
OLS_VERSION: '1.7.19'
PHP_STABLE_VERSION: '8.3.10'
PHP_STABLE_VERSION: '8.3.12'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -20,9 +20,9 @@ jobs:
matrix:
PHP_VERSION:
- '8.0.30'
- '8.1.29'
- '8.2.22'
- '8.3.10'
- '8.1.30'
- '8.2.24'
- '8.3.12'
NODE_VERSION:
- '16'
- '18'
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: |
matrix.PHP_VERSION != env.PHP_STABLE_VERSION
&& matrix.NODE_VERSION != env.NODE_STABLE_VERSION
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and Push Docker Image - latest PHP, non-latest Node
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: |
matrix.PHP_VERSION == env.PHP_STABLE_VERSION
&& matrix.NODE_VERSION != env.NODE_STABLE_VERSION
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and Push Docker Image - latest Node, non-latest PHP
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: |
matrix.PHP_VERSION != env.PHP_STABLE_VERSION
&& matrix.NODE_VERSION == env.NODE_STABLE_VERSION
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build and Push Docker Image - latest PHP & Node
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: |
matrix.PHP_VERSION == env.PHP_STABLE_VERSION
&& matrix.NODE_VERSION == env.NODE_STABLE_VERSION
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
OLS_VERSION: '1.7.19'
PHP_STABLE_VERSION: '8.3.10'
PHP_STABLE_VERSION: '8.3.12'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -19,9 +19,9 @@ jobs:
fail-fast: false
matrix:
PHP_VERSION:
- '8.1.29'
- '8.2.22'
- '8.3.10'
- '8.1.30'
- '8.2.24'
- '8.3.12'
NODE_VERSION:
- '18'
- '20'
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Build Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: template
platforms: linux/arm64
Expand Down

0 comments on commit cdb1134

Please sign in to comment.