Skip to content

Commit

Permalink
Update ci matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Dec 7, 2023
1 parent 0bac8e6 commit 0f99ab7
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
matrix:
node-version: [14.x]
npm-version: [7.x]
server-version: ['25']
app-version: ['stable12']
server-version: ['27']
app-version: ['stable']
floccus-adapter:
- fake
- nextcloud-bookmarks
Expand All @@ -57,36 +57,29 @@ jobs:
- firefox
- chrome
include:
- app-version: stable
server-version: 26
floccus-adapter: nextcloud-bookmarks
test-name: test
browsers: firefox
node-version: 14.x
npm-version: 7.x
- app-version: master
server-version: 26
server-version: 27
floccus-adapter: nextcloud-bookmarks
test-name: test
browsers: firefox
node-version: 14.x
npm-version: 7.x
- app-version: master
server-version: 26
server-version: 27
floccus-adapter: nextcloud-bookmarks
test-name: benchmark root
browsers: firefox
node-version: 14.x
npm-version: 7.x
- app-version: master
server-version: 26
server-version: 27
floccus-adapter: nextcloud-bookmarks-old
test-name: benchmark root
browsers: firefox
node-version: 14.x
npm-version: 7.x
- app-version: stable
server-version: 26
server-version: 27
floccus-adapter: fake-noCache
test-name: test
browsers: firefox
Expand Down

0 comments on commit 0f99ab7

Please sign in to comment.