Skip to content

Commit d880cf3

Browse files
authored
Merge pull request #113 from ndigitals/develop
feat(php): PHP Upgrades Release
2 parents 64910e7 + 87f6685 commit d880cf3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
OLS_VERSION: 1.7.18
11-
PHP_STABLE_VERSION: '8.2.9'
11+
PHP_STABLE_VERSION: '8.2.10'
1212
REGISTRY: ghcr.io
1313

1414
jobs:
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
PHP_VERSION: ['8.0.30', '8.1.22', '8.2.9']
20+
PHP_VERSION: ['8.0.30','8.1.23','8.2.10']
2121

2222
steps:
2323
- name: Checkout
@@ -131,7 +131,7 @@ jobs:
131131

132132
# https://github.com/marketplace/actions/create-release
133133
- name: Create Release
134-
uses: ncipollo/release-action@v1.12.0
134+
uses: ncipollo/release-action@v1.13.0
135135
if: matrix.PHP_VERSION == env.PHP_STABLE_VERSION && github.event_name == 'push'
136136
with:
137137
name: ${{ steps.release-name.outputs.RELEASE_NAME }}

.github/workflows/test-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
OLS_VERSION: 1.7.18
11-
PHP_STABLE_VERSION: '8.2.9'
11+
PHP_STABLE_VERSION: '8.2.10'
1212
REGISTRY: ghcr.io
1313

1414
jobs:
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
PHP_VERSION: ['8.0.30','8.1.22','8.2.9']
20+
PHP_VERSION: ['8.0.30','8.1.23','8.2.10']
2121

2222
steps:
2323
- name: Checkout

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Install a lightweight OpenLiteSpeed container using the Stable version in Debian 11 Linux on arm64.
66

7-
## Supported tags and respective `Dockerfile` links
7+
## Supported tags
88

9-
- `1.7.18-lsphp82`, `1.7-lsphp82`, `lsphp82`
10-
- `1.7.18-lsphp81`, `1.7-lsphp81`, `lsphp81`
11-
- `1.7.18-lsphp80`, `1.7-lsphp80`, `lsphp80`
9+
- `1.7.18-lsphp82`, `1.7-lsphp82`, `1-lsphp82`, `lsphp82`
10+
- `1.7.18-lsphp81`, `1.7-lsphp81`, `1-lsphp81`, `lsphp81`
11+
- `1.7.18-lsphp80`, `1.7-lsphp80`, `1-lsphp80`, `lsphp80`
1212
- `1.7.17-lsphp82`, `1.7.17-lsphp81`, `1.7.17-lsphp80`
1313
- `1.7.16-lsphp82`, `1.7.16-lsphp81`, `1.7.16-lsphp80`
1414

@@ -39,7 +39,7 @@ docker pull ghcr.io/ndigitals/openlitespeed:latest
3939
or specify the OpenLiteSpeed version with lsphp version
4040

4141
```
42-
docker pull ghcr.io/ndigitals/openlitespeed:1.7.18-lsphp80
42+
docker pull ghcr.io/ndigitals/openlitespeed:1.7-lsphp82
4343
```
4444

4545
### Start a Container

0 commit comments

Comments
 (0)