Skip to content

Commit

Permalink
Adjust test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 15, 2024
1 parent 533fdaa commit c9bf9d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '8.1'
- php-version: '8.2'
node-version: '16'
npm-version: '8'
mysql-version: '5.7'
Expand All @@ -38,7 +38,7 @@ jobs:
SULU_ADMIN_EMAIL:
DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=5.7"

- php-version: '8.2'
- php-version: '8.3'
node-version: '18'
npm-version: '9'
mysql-version: '8.0'
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '8.1'
- php-version: '8.3'
node-version: '20'
npm-version: '10'
mysql-version: '8.0'
Expand Down

0 comments on commit c9bf9d8

Please sign in to comment.