Skip to content

Commit c5dcd3a

Browse files
authored
Merge pull request #178 from ndigitals/develop
fix(PHP): Updates PHP to latest releases as of 2024-08-06 (#177)
2 parents a58eea3 + fab5b49 commit c5dcd3a

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.8'
11+
PHP_STABLE_VERSION: '8.3.10'
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.29'
24-
- '8.2.20'
25-
- '8.3.8'
24+
- '8.2.22'
25+
- '8.3.10'
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.8'
11+
PHP_STABLE_VERSION: '8.3.10'
1212
NODE_STABLE_VERSION: '20'
1313
REGISTRY: ghcr.io
1414

@@ -20,8 +20,8 @@ jobs:
2020
matrix:
2121
PHP_VERSION:
2222
- '8.1.29'
23-
- '8.2.20'
24-
- '8.3.8'
23+
- '8.2.22'
24+
- '8.3.10'
2525
NODE_VERSION:
2626
- '18'
2727
- '20'

0 commit comments

Comments
 (0)