Skip to content

Commit 0c307d5

Browse files
committed
Merge remote-tracking branch 'origin/prepare6x' into DEV-20451
2 parents 9149b7b + ad235ca commit 0c307d5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="DeviceDetectorCache" --php-versions="matomo5_min_php,matomo5_max_php" --schedule-cron="15 3 * * 6"
4+
# ./console generate:test-action --plugin="DeviceDetectorCache" --php-versions="8.1,8.5" --schedule-cron="15 3 * * 6"
55

66
name: Plugin DeviceDetectorCache Tests
77

@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
php: [ 'matomo5_min_php', 'matomo5_max_php' ]
40+
php: [ '8.1', '8.5' ]
4141
target: ['minimum_required_matomo', 'maximum_supported_matomo']
4242
steps:
4343
- uses: actions/checkout@v3
@@ -54,4 +54,4 @@ jobs:
5454
test-type: 'PluginTests'
5555
matomo-test-branch: ${{ matrix.target }}
5656
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
57-
upload-artifacts: ${{ matrix.php == 'matomo5_min_php' && matrix.target == 'maximum_supported_matomo' }}
57+
upload-artifacts: ${{ matrix.php == '8.1' && matrix.target == 'maximum_supported_matomo' }}

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: '7.4'
29+
php-version: '8.1'
3030
tools: cs2pr
3131
- name: Install dependencies
3232
run:

0 commit comments

Comments
 (0)