Skip to content

Commit

Permalink
Update test for 3.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jan 1, 2024
1 parent 096fbd8 commit 8fc29b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
matrix:
meteorRelease:
- '--release 2.9.1'
- '--release 3.0-alpha.11'
- '--release 3.0-beta.0'
# Latest recommended version
- ''
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: "14"
node_js: "20"
sudo: false
install:
- "curl https://install.meteor.com | /bin/sh"
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Package.onUse(function(api) {
api.versionsFrom(['2.9.0', '3.0-alpha.11']);
api.versionsFrom(['2.9.0', '3.0-beta.0']);
api.use('ecmascript');
api.use(['check', 'mongo', 'logging'], 'server');
api.mainModule('migrations_server.js', 'server');
Expand Down
15 changes: 0 additions & 15 deletions versions.json

This file was deleted.

0 comments on commit 8fc29b6

Please sign in to comment.