diff options
| author | Wim Wisselink <wim@secudoc.nl> | 2024-11-20 15:59:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-20 15:59:26 +0100 |
| commit | 1b06b37db2a1523d6855024f089d0327b4f69d48 (patch) | |
| tree | fc3828c80cd12595f11791bae7582ba069a9147d /.github | |
| parent | a1b4c9c551d01ff63220f053966c7aaa9053f89d (diff) | |
| download | smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.tar.gz smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.tar.bz2 smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.zip | |
Add PHP 8.4 support to Smarty (#1043)
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 12758b83..b842c53f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" compiler: - default @@ -50,6 +51,9 @@ jobs: - os: ubuntu-latest php-version: "8.3" compiler: jit + - os: ubuntu-latest + php-version: "8.4" + compiler: jit steps: - name: Checkout |
