Skip to content

Commit

Permalink
fix(PHP): Upgrades PHP to Latest 8.1 & 8.2 Releases (#120)
Browse files Browse the repository at this point in the history
* Fixes #119.
* Upgrades PHP 8.1 to 8.1.24 release.
* Upgrades PHP 8.2 to 8.2.11 release.
  • Loading branch information
timnolte authored Oct 8, 2023
1 parent 92043bc commit 19a0f0d
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.10'
PHP_STABLE_VERSION: '8.2.11'
REGISTRY: ghcr.io

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PHP_VERSION: ['8.0.30','8.1.23','8.2.10']
PHP_VERSION: ['8.0.30','8.1.24','8.2.11']

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.10'
PHP_STABLE_VERSION: '8.2.11'
REGISTRY: ghcr.io

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PHP_VERSION: ['8.0.30','8.1.23','8.2.10']
PHP_VERSION: ['8.0.30','8.1.24','8.2.11']

steps:
- name: Checkout
Expand Down

0 comments on commit 19a0f0d

Please sign in to comment.