Skip to content

Commit

Permalink
Merge pull request #132 from ndigitals/develop
Browse files Browse the repository at this point in the history
fix(PHP): Updates to latest PHP 8.1 & 8.2 bugfix release (#130)
  • Loading branch information
timnolte authored Nov 25, 2023
2 parents 567e2b3 + 456f112 commit 8dbf527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
OLS_VERSION: 1.7.18
PHP_STABLE_VERSION: '8.2.12'
PHP_STABLE_VERSION: '8.2.13'
REGISTRY: ghcr.io

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PHP_VERSION: ['8.0.30','8.1.24','8.2.12']
PHP_VERSION: ['8.0.30','8.1.26','8.2.13']

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

env:
OLS_VERSION: 1.7.18
PHP_STABLE_VERSION: '8.2.12'
PHP_STABLE_VERSION: '8.2.13'
REGISTRY: ghcr.io

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PHP_VERSION: ['8.0.30','8.1.24','8.2.12']
PHP_VERSION: ['8.0.30','8.1.26','8.2.13']

steps:
- name: Checkout
Expand Down

0 comments on commit 8dbf527

Please sign in to comment.