summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml21
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: