Skip to content

Commit

Permalink
Merge pull request #93 from ndigitals/develop
Browse files Browse the repository at this point in the history
fix(php): Updates PHP 8.x Versions to Latest 2023-06-08 Releases (#92)
  • Loading branch information
timnolte authored Jun 9, 2023
2 parents 5ea9eaa + aa86ddb commit 2ce2b0b
Showing 1 changed file with 2 additions and 2 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.16
PHP_STABLE_VERSION: '8.2.6'
PHP_STABLE_VERSION: '8.2.7'
REGISTRY: ghcr.io

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PHP_VERSION: ['8.0.28', '8.1.19', '8.2.6']
PHP_VERSION: ['8.0.29', '8.1.20', '8.2.7']

steps:
- name: Checkout
Expand Down

0 comments on commit 2ce2b0b

Please sign in to comment.