File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88
99env :
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
1414jobs :
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 }}
Original file line number Diff line number Diff line change 88
99env :
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
1414jobs :
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
Original file line number Diff line number Diff line change 44
55Install 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
3939or 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
You can’t perform that action at this time.
0 commit comments