Skip to content

Commit

Permalink
Merge pull request #135 from ndigitals/develop
Browse files Browse the repository at this point in the history
feat!(PHP): Adds support for PHP 8.3 (#131)
  • Loading branch information
timnolte committed Dec 1, 2023
2 parents 8dbf527 + 5690f3a commit e9170cc
Show file tree
Hide file tree
Showing 3 changed files with 5 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.13'
PHP_STABLE_VERSION: '8.3.0'
REGISTRY: ghcr.io

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

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.13'
PHP_STABLE_VERSION: '8.3.0'
REGISTRY: ghcr.io

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

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Install a lightweight OpenLiteSpeed container using the Stable version in Debian

## Supported tags

- `1.7.18-lsphp83`, `1.7-lsphp83`, `1-lsphp83`, `lsphp83`
- `1.7.18-lsphp82`, `1.7-lsphp82`, `1-lsphp82`, `lsphp82`
- `1.7.18-lsphp81`, `1.7-lsphp81`, `1-lsphp81`, `lsphp81`
- `1.7.18-lsphp80`, `1.7-lsphp80`, `1-lsphp80`, `lsphp80`
Expand Down

0 comments on commit e9170cc

Please sign in to comment.