Skip to content

Commit

Permalink
adjust action param
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed May 8, 2024
1 parent 4015bdc commit 76a9e34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
matrix:
type: [ 'UnitTests', 'SystemTestsPlugins', 'SystemTestsCore', 'IntegrationTestsCore', 'IntegrationTestsPlugins' ]
php: [ '7.2', '8.2', '8.3' ]
schema: [ 'Mysql', 'Mariadb' ]
engine: [ 'Mysql', 'Mariadb' ]
adapter: [ 'PDO_MYSQL', 'MYSQLI' ]
exclude:
- php: '7.2'
schema: 'Mariadb'
engine: 'Mariadb'
- php: '8.2'
schema: 'Mysql'
engine: 'Mysql'
- php: '8.3'
schema: 'Mariadb'
engine: 'Mariadb'
- php: '7.2'
adapter: 'MYSQLI'
- php: '8.2'
Expand All @@ -65,7 +65,7 @@ jobs:
with:
test-type: ${{ matrix.type }}
mysql-driver: ${{ matrix.adapter }}
mysql-schema: ${{ matrix.schema }}
mysql-engine: ${{ matrix.engine }}
php-version: ${{ matrix.php }}
redis-service: true
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
Expand Down

0 comments on commit 76a9e34

Please sign in to comment.