Skip to content

Commit

Permalink
Merge pull request #143 from ndigitals/develop
Browse files Browse the repository at this point in the history
2024-01-18 OLS & PHP Patching Release
  • Loading branch information
timnolte authored Jan 19, 2024
2 parents a2aa229 + f66a288 commit e0379d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- main

env:
OLS_VERSION: 1.7.18
PHP_STABLE_VERSION: '8.3.1'
OLS_VERSION: 1.7.19
PHP_STABLE_VERSION: '8.3.2'
REGISTRY: ghcr.io

jobs:
Expand All @@ -20,8 +20,8 @@ jobs:
PHP_VERSION:
- '8.0.30'
- '8.1.27'
- '8.2.14'
- '8.3.1'
- '8.2.15'
- '8.3.2'

steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- develop

env:
OLS_VERSION: 1.7.18
PHP_STABLE_VERSION: '8.3.1'
OLS_VERSION: 1.7.19
PHP_STABLE_VERSION: '8.3.2'
REGISTRY: ghcr.io

jobs:
Expand All @@ -20,8 +20,8 @@ jobs:
PHP_VERSION:
- '8.0.30'
- '8.1.27'
- '8.2.14'
- '8.3.1'
- '8.2.15'
- '8.3.2'

steps:
- name: Checkout
Expand Down

0 comments on commit e0379d3

Please sign in to comment.