diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-01-23 10:39:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 10:39:00 +0100 |
| commit | aab7f3db718ad1490b0730be2aebc9d4ff04f74f (patch) | |
| tree | 3d8660a74e38dd6a164a680c703afd5048224e15 /.github | |
| parent | 08c90664f0a3c01e4f938198e3af58949f64107c (diff) | |
| download | smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.tar.gz smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.tar.bz2 smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.zip | |
Add php8.3 support (#926)
Fixes #925
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 681c45ac..b7fb1178 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" compiler: - default @@ -45,6 +46,9 @@ jobs: - os: ubuntu-latest php-version: "8.2" compiler: jit + - os: ubuntu-latest + php-version: "8.3" + compiler: jit steps: - name: Checkout |
