From adc90faf578799e93964c93ca6409edb7d49c320 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Fri, 1 Sep 2023 07:00:30 -0400 Subject: [PATCH 1/2] feat(PHP): Upgrades PHP to 8.2.10, 8.1.23 (#112) * Upgrades PHP 8.2 to 8.2.10. Fixes #111 * Upgrades PHP 8.1 to 8.1.23. Fixes #111 * Updates README with missing version tags. --- .github/workflows/docker.yml | 4 ++-- .github/workflows/test-builds.yml | 4 ++-- README.md | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index def731b..bba0c7c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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: @@ -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 diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 8a6ca00..60ab1b3 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -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: @@ -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 diff --git a/README.md b/README.md index f8ceec0..dd78596 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 From 9e39098029cf963a066fd785133ed766e5f7d0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:07:35 -0400 Subject: [PATCH 2/2] chore(deps): Bump ncipollo/release-action from 1.12.0 to 1.13.0 (#110) Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bba0c7c..22c9aa4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 }}