Skip to content

Commit

Permalink
Update test dependencies & revert redis action version
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Mar 30, 2024
1 parent 2207871 commit 38340bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
meteor: [1.12.2, 2.8.1, 2.13, 2.15]
meteor: [1.12.2, 2.6.1, 2.7.3, 2.8.1, 2.12, 2.15]
redis-version: [4, 5, 6, 7]

steps:
- uses: actions/checkout@v4

- name: Start Redis
uses: supercharge/redis-github-action@1.8.0
uses: supercharge/redis-github-action@1.5.0
with:
redis-version: ${{ matrix.redis-version }}

Expand Down
8 changes: 4 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Package.onTest(function(api) {
api.use('cultofcoders:redis-oplog');

// extensions
api.use('aldeed:collection2@3.0.0');
api.use('reywood:publish-composite@1.7.3');
api.use('aldeed:collection2@3.5.0');
api.use('reywood:publish-composite@1.8.8');
api.use('natestrauser:[email protected]');
// api.use('socialize:[email protected]');

Expand All @@ -50,8 +50,8 @@ Package.onTest(function(api) {
api.use('mongo');
api.use('random');
api.use('accounts-password');
api.use('matb33:collection-hooks@1.1.2');
api.use('alanning:roles@3.5.1');
api.use('matb33:collection-hooks@1.3.1');
api.use('alanning:roles@3.6.2');

api.use(['meteortesting:mocha']);

Expand Down

0 comments on commit 38340bc

Please sign in to comment.