From d2bd14af4d57281d4466251265ba04d41ccdc657 Mon Sep 17 00:00:00 2001 From: Niel Buys Date: Wed, 28 Feb 2024 13:46:45 +0200 Subject: [PATCH] Test updated --- .github/workflows/test-phpunit.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index 9c36dddeb9..3d97656b09 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -12,10 +12,28 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.2', '8.1', '8.0', '7.4', '7.3', '7.2'] + php: [ '8.3', '8.2', '8.1', '8.0', '7.4'] DB: [ 'pdo/mysql', 'pdo/pgsql', 'pdo/sqlite', 'mysqli', 'pgsql', 'sqlite' ] compiler: [ default ] include: + - php: '8.3' + DB: 'pdo/mysql' + compiler: jit + - php: '8.3' + DB: 'pdo/pgsql' + compiler: jit + - php: '8.3' + DB: 'pdo/sqlite' + compiler: jit + - php: '8.3' + DB: 'mysqli' + compiler: jit + - php: '8.3' + DB: 'pgsql' + compiler: jit + - php: '8.3' + DB: 'sqlite' + compiler: jit - php: '8.2' DB: 'pdo/mysql' compiler: jit