Skip to content

Commit e25aca6

Browse files
authored
chore(ver): Update OpenLiteSpeed to v1.8.3, feat: Add PHP 8.3 Support (Beta) (#16)
* Fix ols auto build * Fix deploy.yml * Remove php 7.4, Add php 8.3, Update OLS to latest * test fix for php7.4
1 parent 507b63a commit e25aca6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,16 @@ jobs:
7171
runs-on: ubuntu-latest
7272
strategy:
7373
matrix:
74-
php_version: ["7.4", "8.1", "8.2"]
74+
php_version: ["7.4", "8.1", "8.2", "8.3" ]
7575
include:
7676
- php_version: "7.4"
7777
lsphp: "lsphp74"
7878
- php_version: "8.1"
7979
lsphp: "lsphp81"
8080
- php_version: "8.2"
8181
lsphp: "lsphp82"
82+
- php_version: "8.3"
83+
lsphp: "lsphp83"
8284
steps:
8385
- name: Checkout
8486
uses: actions/checkout@v4

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
lsphp: "lsphp81"
5959
- php_version: "8.2"
6060
lsphp: "lsphp82"
61+
- php_version: "8.3"
62+
lsphp: "lsphp83"
6163
steps:
6264
- name: Checkout
6365
uses: actions/checkout@v4

openlitespeed/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:22.04
44
# Set ARGs for customization
55
ARG PHP_VERSION=8.2
66
ARG LSPHP=lsphp82
7-
ARG OLS_VERSION=1.8.1
7+
ARG OLS_VERSION=1.8.3
88
ARG DEBIAN_FRONTEND=noninteractive
99
ARG TARGETPLATFORM
1010

0 commit comments

Comments
 (0)