Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Action for running tests
# This file has been automatically created.
# To recreate it you can run this command
# ./console generate:test-action --plugin="CustomTranslations" --php-versions="7.2,8.4" --protect-artifacts --schedule-cron="45 3 * * 6" --dependent-plugins="innocraft/plugin-CustomReports"
# ./console generate:test-action --plugin="CustomTranslations" --php-versions="matomo5_min_php,matomo5_max_php" --protect-artifacts --schedule-cron="45 3 * * 6" --dependent-plugins="innocraft/plugin-CustomReports"

name: Plugin CustomTranslations Tests

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '8.4' ]
php: [ 'matomo5_min_php', 'matomo5_max_php' ]
target: ['minimum_required_matomo', 'maximum_supported_matomo']
steps:
- uses: actions/checkout@v3
Expand All @@ -52,7 +52,7 @@ jobs:
test-type: 'PluginTests'
matomo-test-branch: ${{ matrix.target }}
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
upload-artifacts: ${{ matrix.php == 'matomo5_min_php' && matrix.target == 'maximum_supported_matomo' }}
artifacts-protected: true
dependent-plugins: 'innocraft/plugin-CustomReports'
UI:
Expand All @@ -69,7 +69,7 @@ jobs:
plugin-name: 'CustomTranslations'
matomo-test-branch: 'maximum_supported_matomo'
test-type: 'UI'
php-version: '7.2'
php-version: 'matomo5_min_php'
node-version: '16'
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
upload-artifacts: true
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.