Skip to content

Commit bc7c5e7

Browse files
committed
Updated tests to run on php 8.3 from 8.2, #PG-3129
1 parent 9e4f8f8 commit bc7c5e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 2 additions & 2 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="7.2,8.2" --schedule-cron="15 3 * * 6"
4+
# ./console generate:test-action --plugin="DeviceDetectorCache" --php-versions="7.2,8.3" --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: [ '7.2', '8.2' ]
40+
php: [ '7.2', '8.3' ]
4141
target: ['minimum_required_matomo', 'maximum_supported_matomo']
4242
steps:
4343
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)