Skip to content

Commit

Permalink
fix(PHP): Updates PHP 8.3/8.2/8.1 to latest 2024-06-06 releases (#173)
Browse files Browse the repository at this point in the history
- Fixes #170
- Updates PHP 8.3 to 8.3.8.
- Updates PHP 8.2 to 8.2.20.
- Updates PHP 8.1 to 8.1.29.
  • Loading branch information
timnolte authored Jun 13, 2024
1 parent 41d43fb commit 139415f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
8 changes: 4 additions & 4 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.6'
PHP_STABLE_VERSION: '8.3.8'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -20,9 +20,9 @@ jobs:
matrix:
PHP_VERSION:
- '8.0.30'
- '8.1.28'
- '8.2.18'
- '8.3.6'
- '8.1.29'
- '8.2.20'
- '8.3.8'
NODE_VERSION:
- '16'
- '18'
Expand Down
13 changes: 4 additions & 9 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.6'
PHP_STABLE_VERSION: '8.3.8'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -19,17 +19,12 @@ jobs:
fail-fast: false
matrix:
PHP_VERSION:
- '8.1.28'
- '8.2.18'
- '8.3.6'
- '8.1.29'
- '8.2.20'
- '8.3.8'
NODE_VERSION:
- '18'
- '20'
include:
- job-name: 'OLS Admin PHP 8.x RC'
PHP_VERSION: '8.1.28'
NODE_VERSION: '20'
OLS_ADMIN_PHP_VERSION: '8.2.18'

steps:
- name: Checkout
Expand Down

0 comments on commit 139415f

Please sign in to comment.