Skip to content

Commit

Permalink
Merge remote-tracking branch 'klablink/master' into fix/398-undefined…
Browse files Browse the repository at this point in the history
…-values-modifier
  • Loading branch information
StorytellerCZ committed Apr 8, 2024
2 parents 779d8bf + 2207871 commit 2528c8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.6.1, 2.7.3, 2.8.1, 2.12]
meteor: [1.12.2, 2.8.1, 2.13, 2.15]
redis-version: [4, 5, 6, 7]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'cultofcoders:redis-oplog',
version: '2.2.1',
version: '2.2.2',
// Brief, one-line summary of the package.
summary: "Replacement for Meteor's MongoDB oplog implementation",
// URL to the Git repository containing the source code for this package.
Expand All @@ -17,7 +17,7 @@ Npm.depends({
});

Package.onUse(function(api) {
api.versionsFrom(['1.12.2', '2.8.1', '2.12']);
api.versionsFrom(['1.12.2', '2.8.1', '2.13', '2.15']);
api.use([
'underscore',
'ecmascript',
Expand Down

0 comments on commit 2528c8f

Please sign in to comment.