Skip to content

Commit e0379d3

Browse files
authored
Merge pull request #143 from ndigitals/develop
2024-01-18 OLS & PHP Patching Release
2 parents a2aa229 + f66a288 commit e0379d3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.18
11-
PHP_STABLE_VERSION: '8.3.1'
10+
OLS_VERSION: 1.7.19
11+
PHP_STABLE_VERSION: '8.3.2'
1212
REGISTRY: ghcr.io
1313

1414
jobs:
@@ -20,8 +20,8 @@ jobs:
2020
PHP_VERSION:
2121
- '8.0.30'
2222
- '8.1.27'
23-
- '8.2.14'
24-
- '8.3.1'
23+
- '8.2.15'
24+
- '8.3.2'
2525

2626
steps:
2727
- name: Checkout

.github/workflows/test-builds.yml

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

99
env:
10-
OLS_VERSION: 1.7.18
11-
PHP_STABLE_VERSION: '8.3.1'
10+
OLS_VERSION: 1.7.19
11+
PHP_STABLE_VERSION: '8.3.2'
1212
REGISTRY: ghcr.io
1313

1414
jobs:
@@ -20,8 +20,8 @@ jobs:
2020
PHP_VERSION:
2121
- '8.0.30'
2222
- '8.1.27'
23-
- '8.2.14'
24-
- '8.3.1'
23+
- '8.2.15'
24+
- '8.3.2'
2525

2626
steps:
2727
- name: Checkout

0 commit comments

Comments
 (0)