Skip to content

Commit

Permalink
feat(php): Upgrades to PHP 8.2.8 & 8.1.21 (#99)
Browse files Browse the repository at this point in the history
* Upgrades the PHP 8.2 image to [8.2.8](https://www.php.net/ChangeLog-8.php#8.2.8).
* Upgrades the PHP 8.1 image to [8.1.21](https://www.php.net/ChangeLog-8.php#8.1.21).
  • Loading branch information
timnolte authored Jul 7, 2023
1 parent 9e899fd commit 8c306f0
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.17
PHP_STABLE_VERSION: '8.2.7'
PHP_STABLE_VERSION: '8.2.8'
REGISTRY: ghcr.io

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

steps:
- name: Checkout
Expand Down

0 comments on commit 8c306f0

Please sign in to comment.