Skip to content

Commit 7cc9102

Browse files
RUBY-2849 Fix GitHub Actions
1 parent fa37103 commit 7cc9102

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: bundle install --jobs 4 --retry 3
6565
- name: test
6666
timeout-minutes: 60
67-
continue-on-error: true
67+
continue-on-error: false
6868
run: bundle exec rake spec:ci
6969
env:
7070
MONGODB_URI: ${{ steps.start-mongodb.outputs.cluster-uri }}

spec/integration/versioned_api_examples_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# the tests to simple configurations
1010
require_no_auth
1111
require_no_tls
12+
min_server_version("5.0")
1213

1314
let(:uri_string) do
1415
"mongodb://#{SpecConfig.instance.addresses.join(',')}"

spec/shared

0 commit comments

Comments
 (0)