Skip to content

Commit

Permalink
Adjust test matrix with PHP 8.3 and different npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Feb 15, 2024
1 parent 7bffcc0 commit f908c40
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit f908c40

Please sign in to comment.