Skip to content

Commit 8f24baa

Browse files
MONGOID-5576: Fix Github Actions unsupported Ubuntu version (#5560)
1 parent a5e5cd6 commit 8f24baa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ jobs:
138138
i18n:
139139
gemfile: gemfiles/rails-6.0.gemfile
140140
experimental: false
141-
142141
- mongodb: '5.0'
143142
ruby: ruby-3.1
144143
topology: replica_set
@@ -162,7 +161,7 @@ jobs:
162161
- mongodb: '4.0'
163162
ruby: ruby-2.7
164163
topology: replica_set
165-
os: ubuntu-18.04
164+
os: ubuntu-20.04
166165
task: test
167166
driver: current
168167
rails:
@@ -172,15 +171,14 @@ jobs:
172171
- mongodb: '3.6'
173172
ruby: ruby-2.7
174173
topology: replica_set
175-
os: ubuntu-18.04
174+
os: ubuntu-20.04
176175
task: test
177176
driver: current
178177
rails:
179178
i18n:
180179
gemfile: Gemfile
181180
experimental: false
182181

183-
184182
steps:
185183
- name: repo checkout
186184
uses: actions/checkout@v2

0 commit comments

Comments
 (0)