Skip to content

Commit 2d77307

Browse files
authored
fix(deps): PHP 8.3/8.2 Patches & NodeJS Security Updates (#155)
- Fixes #154 - Upgrades PHP 8.3 (8.3.2 -> 8.3.3): https://www.php.net/ChangeLog-8.php#8.3.3 - Upgrades PHP 8.2 (8.2.15 -> 8.2.16): https://www.php.net/ChangeLog-8.php#PHP_8_2 - Fixes #153 - NodeJS 18 (18.19.0 -> 18.19.1): https://nodejs.org/en/blog/release/v18.19.1 - NodeJS 20 (20.11.0 -> 20.11.1): https://nodejs.org/en/blog/release/v20.11.1
1 parent d1eb91a commit 2d77307

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- main
88

99
env:
10-
OLS_VERSION: 1.7.19
11-
PHP_STABLE_VERSION: '8.3.2'
10+
OLS_VERSION: '1.7.19'
11+
PHP_STABLE_VERSION: '8.3.3'
1212
NODE_STABLE_VERSION: '20'
1313
REGISTRY: ghcr.io
1414

@@ -21,8 +21,8 @@ jobs:
2121
PHP_VERSION:
2222
- '8.0.30'
2323
- '8.1.27'
24-
- '8.2.15'
25-
- '8.3.2'
24+
- '8.2.16'
25+
- '8.3.3'
2626
NODE_VERSION:
2727
- '16'
2828
- '18'

.github/workflows/test-builds.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- develop
88

99
env:
10-
OLS_VERSION: 1.7.19
11-
PHP_STABLE_VERSION: '8.3.2'
10+
OLS_VERSION: '1.7.19'
11+
PHP_STABLE_VERSION: '8.3.3'
1212
NODE_STABLE_VERSION: '20'
1313
REGISTRY: ghcr.io
1414

@@ -19,12 +19,10 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
PHP_VERSION:
22-
- '8.0.30'
2322
- '8.1.27'
24-
- '8.2.15'
25-
- '8.3.2'
23+
- '8.2.16'
24+
- '8.3.3'
2625
NODE_VERSION:
27-
- '16'
2826
- '18'
2927
- '20'
3028

0 commit comments

Comments
 (0)