Skip to content

Commit

Permalink
chore: bump to rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renanccastro committed Jul 15, 2024
1 parent c637944 commit 53381dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
meteorRelease:
# Meteor 3 beta
- '--release 3.0-rc.7'
- '--release 3.0-rc.8'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Package.onTest(function (api) {
});

function configurePackage (api, isTesting) {
api.versionsFrom('[email protected].7');
api.versionsFrom('[email protected].8');
api.use('montiapm:[email protected]', ['server']);

if (isTesting && process.env.REDIS_OPLOG_SETTINGS) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"scripts": {
"test": "FORCE_COLOR=true meteor --release=3.0-rc.7 test-packages ./ ",
"test": "FORCE_COLOR=true meteor --release=3.0-rc.8 test-packages ./ ",
"test:redis": "REDIS_OPLOG_SETTINGS='{\"debug\":true}' FORCE_COLOR=true meteor --release=3.0-rc.1 test-packages ./ ",
"test:local": "METEOR_PACKAGE_DIRS=./packages meteor test-packages ./ --release=3.0-rc.1",
"lint": "eslint . --cache . --ext .js",
Expand Down

0 comments on commit 53381dc

Please sign in to comment.