diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7150985..c98a2a8 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.13' + PHP_STABLE_VERSION: '8.3.0' REGISTRY: ghcr.io jobs: @@ -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 diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index b651917..65552b9 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.13' + PHP_STABLE_VERSION: '8.3.0' REGISTRY: ghcr.io jobs: @@ -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 diff --git a/README.md b/README.md index a1ffca6..d0a75d7 100644 --- a/README.md +++ b/README.md @@ -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`