From f908c40cd32543baaac37830300abb0b888430a3 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 15 Feb 2024 19:46:03 +0100 Subject: [PATCH] Adjust test matrix with PHP 8.3 and different npm versions --- .github/workflows/test-application.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 9e253352..5d9896da 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -23,7 +23,8 @@ jobs: matrix: include: - php-version: '8.1' - node-version: '14' + node-version: '16' + npm-version: '8' mysql-version: '5.7' create-project: false create-database: false @@ -39,8 +40,8 @@ jobs: DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=5.7" - php-version: '8.2' - node-version: '16' - npm-version: '6' + node-version: '18' + npm-version: '9' mysql-version: '8.0' create-project: true create-database: true @@ -56,8 +57,8 @@ jobs: DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=8.0" - php-version: '8.3' - node-version: '16' - npm-version: '6' + node-version: '20' + npm-version: '10' mysql-version: '8.0' create-project: true create-database: true @@ -192,8 +193,8 @@ jobs: matrix: include: - php-version: '8.1' - node-version: '16' - npm-version: '6' + node-version: '20' + npm-version: '10' mysql-version: '8.0' php-extensions: 'ctype, iconv, intl, mysql, pdo_mysql, php_fileinfo, imagick' tools: 'composer:v2'