Skip to content

Commit 5c050f8

Browse files
committed
Updated Matomo version and modified checkout
1 parent 4b60282 commit 5c050f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
php-versions: ['7.1']
1818
#php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
19-
matomo-versions: ['3.12.0', '3.13.6']
19+
matomo-versions: ['3.12.0', '3.14.0']
2020
node-version: [12.x]
2121
#node-version: [10.x, 12.x]
2222

@@ -57,7 +57,7 @@ jobs:
5757
cd matomo
5858
git fetch --all
5959
git submodule update
60-
git checkout -q tags/${{ matrix.matomo-versions }}
60+
git checkout -f -q tags/${{ matrix.matomo-versions }}
6161
[ -d ./tests/travis/.git ] || sh -c "rm -rf ./tests/travis && git clone https://github.com/matomo-org/travis-scripts.git ./tests/travis"
6262
cd ./tests/travis
6363
git checkout master

0 commit comments

Comments
 (0)