Add PHP8.3 support for Smarty 4.3. (#927)

See #925
This commit is contained in:
Simon Wisselink
2024-01-23 11:45:13 +01:00
committed by GitHub
parent 6e067ed327
commit b4bbc17f1c
6 changed files with 26 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
compiler:
- default
@@ -46,7 +47,9 @@ jobs:
- os: ubuntu-latest
php-version: "8.2"
compiler: jit
- os: ubuntu-latest
php-version: "8.3"
compiler: jit
steps:
- name: Checkout
uses: actions/checkout@v3