summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas A. Hirsch <thomas.hirsch@vema-eg.de>2022-01-21 17:58:35 +0100
committerThomas A. Hirsch <thomas.hirsch@vema-eg.de>2022-01-21 17:58:35 +0100
commit6786623afb6bf5beb03ebf3cb5af9b81ec68e382 (patch)
tree9b904e13d78cb4a1eb53c39b4dfda6e5ac10ed5b /.github
parent2d97169086668b15690bc649b1365f51a3cb3296 (diff)
downloadsmarty-6786623afb6bf5beb03ebf3cb5af9b81ec68e382.tar.gz
smarty-6786623afb6bf5beb03ebf3cb5af9b81ec68e382.tar.bz2
smarty-6786623afb6bf5beb03ebf3cb5af9b81ec68e382.zip
Activating jit compiler for ubuntu-latest + php 8.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 21977687..e27b60bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,6 +37,9 @@ jobs:
- os: ubuntu-latest
php-version: "8.0"
compiler: jit
+ - os: ubuntu-latest
+ php-version: "8.1"
+ compiler: jit
steps:
- name: Checkout