Skip to content

Commit

Permalink
MONGOID-5131 Use proper mdb <-> ubuntu versions (#5067)
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo authored Sep 9, 2021
1 parent 17a2edf commit ebeec99
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
CI: true
TESTOPTS: "-v"
runs-on: ubuntu-latest
runs-on: ${{matrix.os}}
continue-on-error: "${{matrix.experimental}}"
strategy:
fail-fast: false
Expand All @@ -21,6 +21,7 @@ jobs:
- mongodb: '5.0'
ruby: ruby-3.0
topology: server
os: ubuntu-20.04
task: test
driver: current
rails:
Expand All @@ -30,6 +31,7 @@ jobs:
- mongodb: '5.0'
ruby: ruby-3.0
topology: replica_set
os: ubuntu-20.04
task: test
driver: current
rails:
Expand All @@ -39,6 +41,7 @@ jobs:
- mongodb: '5.0'
ruby: jruby-9.2
topology: replica_set
os: ubuntu-20.04
task: test
driver: current
rails:
Expand All @@ -48,6 +51,7 @@ jobs:
- mongodb: '4.4'
ruby: ruby-2.7
topology: server
os: ubuntu-20.04
task: test
driver: current
rails:
Expand All @@ -57,6 +61,7 @@ jobs:
- mongodb: '4.4'
ruby: ruby-2.7
topology: replica_set
os: ubuntu-20.04
task: test
driver: current
rails:
Expand All @@ -66,6 +71,7 @@ jobs:
- mongodb: '4.0'
ruby: ruby-2.6
topology: server
os: ubuntu-18.04
task: test
driver: current
rails:
Expand All @@ -75,6 +81,7 @@ jobs:
- mongodb: '4.0'
ruby: ruby-2.6
topology: replica_set
os: ubuntu-18.04
task: test
driver: current
rails:
Expand All @@ -84,6 +91,7 @@ jobs:
- mongodb: '3.6'
ruby: ruby-2.5
topology: server
os: ubuntu-18.04
task: test
driver: current
rails:
Expand All @@ -93,6 +101,7 @@ jobs:
- mongodb: '3.6'
ruby: ruby-2.5
topology: replica_set
os: ubuntu-18.04
task: test
driver: current
rails:
Expand All @@ -102,6 +111,7 @@ jobs:
- mongodb: '5.0'
ruby: ruby-3.0
topology: replica_set
os: ubuntu-20.04
task: test
driver: master
rails:
Expand All @@ -111,6 +121,7 @@ jobs:
- mongodb: '5.0'
ruby: ruby-3.0
topology: replica_set
os: ubuntu-20.04
task: test
driver: stable
rails:
Expand All @@ -120,6 +131,7 @@ jobs:
- mongodb: '4.0'
ruby: ruby-2.5
topology: replica_set
os: ubuntu-18.04
task: test
driver: oldstable
rails:
Expand All @@ -129,6 +141,7 @@ jobs:
- mongodb: '4.0'
ruby: ruby-2.5
topology: replica_set
os: ubuntu-18.04
task: test
driver: min
rails:
Expand All @@ -138,6 +151,7 @@ jobs:
- mongodb: '3.6'
ruby: ruby-2.5
topology: server
os: ubuntu-18.04
task: test
driver: min
rails:
Expand All @@ -147,6 +161,7 @@ jobs:
- mongodb: '5.0'
ruby: ruby-3.0
topology: server
os: ubuntu-20.04
task: test
driver: current
rails: '6.0'
Expand All @@ -156,6 +171,7 @@ jobs:
- mongodb: '4.0'
ruby: ruby-2.7
topology: server
os: ubuntu-18.04
task: test
driver: current
rails: '5.1'
Expand All @@ -165,6 +181,7 @@ jobs:
- mongodb: '4.0'
ruby: ruby-2.7
topology: server
os: ubuntu-18.04
task: test
driver: current
rails: '5.2'
Expand All @@ -174,6 +191,7 @@ jobs:
- mongodb: '4.4'
ruby: ruby-2.5
topology: server
os: ubuntu-20.04
task: test
driver: current
rails:
Expand All @@ -183,6 +201,7 @@ jobs:
- mongodb: '4.2'
ruby: ruby-2.6
topology: server
os: ubuntu-18.04
task: test
driver: current
rails:
Expand All @@ -192,6 +211,7 @@ jobs:
- mongodb: '4.2'
ruby: ruby-2.6
topology: server
os: ubuntu-18.04
task: test
driver: current
rails:
Expand All @@ -201,6 +221,7 @@ jobs:
- mongodb: '5.0'
ruby: ruby-2.7
topology: server
os: ubuntu-20.04
task: test
driver: current
rails: '5.1'
Expand All @@ -210,6 +231,7 @@ jobs:
- mongodb: '5.0'
ruby: ruby-2.7
topology: server
os: ubuntu-20.04
task: test
driver: current
rails: '5.2'
Expand All @@ -219,6 +241,7 @@ jobs:
- mongodb: '5.0'
ruby: jruby-9.2
topology: server
os: ubuntu-20.04
task: test
driver: current
rails: '6.0'
Expand Down

0 comments on commit ebeec99

Please sign in to comment.