Skip to content

Commit

Permalink
fix(PHP) 2024-10-03 Updates PHP to latest security releases
Browse files Browse the repository at this point in the history
- Updates PHP 8.3.10 -> 8.3.12.
- Updates PHP 8.2.22 -> 8.2.24.
- Updates PHP 8.1.29 -> 8.1.30.
  • Loading branch information
timnolte committed Oct 3, 2024
1 parent fb7713b commit 36a6b54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.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
8 changes: 4 additions & 4 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

0 comments on commit 36a6b54

Please sign in to comment.