Skip to content

Commit e85714d

Browse files
authored
Update GitHub Actions runner to ubuntu-24.04 (#466)
* Update GitHub Actions runner to ubuntu-24.04 * Exclude Ruby 3.1 from Rails 8.0 testing
1 parent efd6153 commit e85714d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
services:
1313
mongodb:
1414
image: mongo:latest
@@ -49,6 +49,8 @@ jobs:
4949
db: postgresql
5050
- ruby-version: '3.1'
5151
gemfile: Gemfile.mongo_mapper
52+
- ruby-version: '3.1'
53+
gemfile: Gemfile.rails80
5254
- ruby-version: '3.1'
5355
gemfile: Gemfile.railsmaster
5456
env:

0 commit comments

Comments
 (0)