File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Action for running tests
22# This file has been automatically created.
33# To recreate it you can run this command
4- # ./console generate:test-action --plugin="TrackingSpamPrevention" --php-versions="7.2,8.4 " --schedule-cron="40 2 * * 6"
4+ # ./console generate:test-action --plugin="TrackingSpamPrevention" --php-versions="matomo5_min_php,matomo5_max_php " --schedule-cron="40 2 * * 6"
55
66name : Plugin TrackingSpamPrevention Tests
77
3737 strategy :
3838 fail-fast : false
3939 matrix :
40- php : [ '7.2 ', '8.4 ' ]
40+ php : [ 'matomo5_min_php ', 'matomo5_max_php ' ]
4141 target : ['minimum_required_matomo', 'maximum_supported_matomo']
4242 steps :
4343 - uses : actions/checkout@v3
5454 test-type : ' PluginTests'
5555 matomo-test-branch : ${{ matrix.target }}
5656 artifacts-pass : ${{ secrets.ARTIFACTS_PASS }}
57- upload-artifacts : ${{ matrix.php == '7.2 ' && matrix.target == 'maximum_supported_matomo' }}
57+ upload-artifacts : ${{ matrix.php == 'matomo5_min_php ' && matrix.target == 'maximum_supported_matomo' }}
5858 UI :
5959 runs-on : ubuntu-24.04
6060 steps :
6868 plugin-name : ' TrackingSpamPrevention'
6969 matomo-test-branch : ' maximum_supported_matomo'
7070 test-type : ' UI'
71- php-version : ' 7.2 '
71+ php-version : ' matomo5_min_php '
7272 node-version : ' 16'
7373 artifacts-pass : ${{ secrets.ARTIFACTS_PASS }}
7474 upload-artifacts : true
You can’t perform that action at this time.
0 commit comments