diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2025-04-13 22:20:14 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2025-04-13 22:20:14 +0200 |
| commit | 05adbf45f3046d3e1cc325eed86129465b7f1c0d (patch) | |
| tree | ca1ea6968c536e39f0a1d848ec6505bcc73666aa | |
| parent | df4795b803df99645abaebca57db65442754246d (diff) | |
| download | smarty-05adbf45f3046d3e1cc325eed86129465b7f1c0d.tar.gz smarty-05adbf45f3046d3e1cc325eed86129465b7f1c0d.tar.bz2 smarty-05adbf45f3046d3e1cc325eed86129465b7f1c0d.zip | |
Drop jit runs from CI unit tests.
Fixes #1125
| -rw-r--r-- | .github/workflows/ci.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b842c53f..0a6e63be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,31 +38,10 @@ jobs: compiler: - default - include: - - os: ubuntu-latest - php-version: "8.0" - compiler: jit - - os: ubuntu-latest - php-version: "8.1" - compiler: jit - - os: ubuntu-latest - php-version: "8.2" - compiler: jit - - os: ubuntu-latest - php-version: "8.3" - compiler: jit - - os: ubuntu-latest - php-version: "8.4" - compiler: jit - steps: - name: Checkout uses: actions/checkout@v4 - - name: Override PHP ini values for JIT compiler - if: matrix.compiler == 'jit' - run: echo "PHP_INI_VALUES::assert.exception=1, zend.assertions=1, opcache.enable=1, opcache.enable_cli=1, opcache.optimization_level=-1, opcache.jit=1255, opcache.jit_buffer_size=32M" >> $GITHUB_ENV - - name: Install PHP with extensions uses: shivammathur/setup-php@v2 with: |
