Skip to content

Commit

Permalink
fix(php): Updates PHP 8.x Versions to Latest 2023-06-08 Releases (#92)
Browse files Browse the repository at this point in the history
* Updates to PHP 8.0.29.
* Updates to PHP 8.1.20
* Updates to PHP 8.2.7.
  • Loading branch information
timnolte authored Jun 9, 2023
1 parent f970825 commit aa86ddb
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 aa86ddb

Please sign in to comment.