Skip to content

Commit

Permalink
fix(deps): Updates PHP & NodeJS to latest versions (#162)
Browse files Browse the repository at this point in the history
- Updates NodeJS to latest security release versions.
- Updates PHP 8.2.17 to 8.2.18, 8.3.4 to 8.3.6.
  • Loading branch information
timnolte authored Apr 12, 2024
1 parent d46ca7a commit 8aa1138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.4'
PHP_STABLE_VERSION: '8.3.6'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -21,8 +21,8 @@ jobs:
PHP_VERSION:
- '8.0.30'
- '8.1.27'
- '8.2.17'
- '8.3.4'
- '8.2.18'
- '8.3.6'
NODE_VERSION:
- '16'
- '18'
Expand Down
6 changes: 3 additions & 3 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.4'
PHP_STABLE_VERSION: '8.3.6'
NODE_STABLE_VERSION: '20'
REGISTRY: ghcr.io

Expand All @@ -20,8 +20,8 @@ jobs:
matrix:
PHP_VERSION:
- '8.1.27'
- '8.2.17'
- '8.3.4'
- '8.2.18'
- '8.3.6'
NODE_VERSION:
- '18'
- '20'
Expand Down

0 comments on commit 8aa1138

Please sign in to comment.