Skip to content

Commit

Permalink
adjust action
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed May 17, 2024
1 parent 4f60908 commit 513204b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
type: [ 'UnitTests', 'SystemTestsPlugins', 'SystemTestsCore', 'IntegrationTestsCore', 'IntegrationTestsPlugins' ]
php: [ '7.2', '8.2', '8.3' ]
engine: [ 'Mysql', 'Mariadb' ]
engine: [ 'Tidb' ]
adapter: [ 'PDO_MYSQL', 'MYSQLI' ]
exclude:
- php: '7.2'
Expand Down Expand Up @@ -123,6 +123,7 @@ jobs:
test-type: 'UI'
php-version: '7.2'
node-version: '16'
mysql-engine: 'Tidb'
redis-service: true
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
upload-artifacts: true

0 comments on commit 513204b

Please sign in to comment.