summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorProgi1984 <progi1984@gmail.com>2022-11-22 21:22:57 +0100
committerGitHub <noreply@github.com>2022-11-22 21:22:57 +0100
commitc016895166af23aa37468e7556577e3f7772065c (patch)
tree22e8da694ca5e99266b0d82402f45e0807454f9e /.github
parentf81720941c07c76ad5ee25d0d69682463acb504b (diff)
downloadsmarty-c016895166af23aa37468e7556577e3f7772065c.tar.gz
smarty-c016895166af23aa37468e7556577e3f7772065c.tar.bz2
smarty-c016895166af23aa37468e7556577e3f7772065c.zip
PHP8.2 compatibility (#775)
* PHP8.2 compatibility * PHP8.2 compatibility : Fixed unit tests * PHP8.2 compatibility : Replace ENT_COMPAT by ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 * PHP8.2 compatibility : Remove deprecated utf8_decode * PHP8.2 compatibility : Remove HTML-ENTITIES parameter * Removed some unused code for clarity, updated the changelog. * More concise escape implementation and unit test to cover both modifierplugin and modifiercompiler. * Fix htmlall unescape of quotes without mbstring too Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 449146c9..33224fcb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
+ - "8.2"
compiler:
- default
@@ -42,6 +43,9 @@ jobs:
- os: ubuntu-latest
php-version: "8.1"
compiler: jit
+ - os: ubuntu-latest
+ php-version: "8.2"
+ compiler: jit
steps:
- name: Checkout