Skip to content

Commit 75d3e8b

Browse files
authored
Merge pull request #161 from ndigitals/develop
fix(PHP): Updates PHP versions to latest patch releases (#158)
2 parents 28c3dd8 + d46ca7a commit 75d3e8b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker.yml

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

99
env:
1010
OLS_VERSION: '1.7.19'
11-
PHP_STABLE_VERSION: '8.3.3'
11+
PHP_STABLE_VERSION: '8.3.4'
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.16'
25-
- '8.3.3'
24+
- '8.2.17'
25+
- '8.3.4'
2626
NODE_VERSION:
2727
- '16'
2828
- '18'

.github/workflows/test-builds.yml

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

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

@@ -20,8 +20,8 @@ jobs:
2020
matrix:
2121
PHP_VERSION:
2222
- '8.1.27'
23-
- '8.2.16'
24-
- '8.3.3'
23+
- '8.2.17'
24+
- '8.3.4'
2525
NODE_VERSION:
2626
- '18'
2727
- '20'

0 commit comments

Comments
 (0)