Skip to content

Commit

Permalink
Merge pull request #113 from ndigitals/develop
Browse files Browse the repository at this point in the history
feat(php): PHP Upgrades Release
  • Loading branch information
timnolte authored Sep 2, 2023
2 parents 64910e7 + 87f6685 commit d880cf3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 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.9'
PHP_STABLE_VERSION: '8.2.10'
REGISTRY: ghcr.io

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

steps:
- name: Checkout
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

# https://github.com/marketplace/actions/create-release
- name: Create Release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
if: matrix.PHP_VERSION == env.PHP_STABLE_VERSION && github.event_name == 'push'
with:
name: ${{ steps.release-name.outputs.RELEASE_NAME }}
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.9'
PHP_STABLE_VERSION: '8.2.10'
REGISTRY: ghcr.io

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

steps:
- name: Checkout
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

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

## Supported tags and respective `Dockerfile` links
## Supported tags

- `1.7.18-lsphp82`, `1.7-lsphp82`, `lsphp82`
- `1.7.18-lsphp81`, `1.7-lsphp81`, `lsphp81`
- `1.7.18-lsphp80`, `1.7-lsphp80`, `lsphp80`
- `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`
- `1.7.17-lsphp82`, `1.7.17-lsphp81`, `1.7.17-lsphp80`
- `1.7.16-lsphp82`, `1.7.16-lsphp81`, `1.7.16-lsphp80`

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

```
docker pull ghcr.io/ndigitals/openlitespeed:1.7.18-lsphp80
docker pull ghcr.io/ndigitals/openlitespeed:1.7-lsphp82
```

### Start a Container
Expand Down

0 comments on commit d880cf3

Please sign in to comment.