Skip to content

Commit 0c69172

Browse files
Test against ruby 3.0 in CI
1 parent f568a8d commit 0c69172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: 2.7.2
34+
ruby-version: 3.0.0
3535
bundler: none
3636

3737
- name: Install a specific rubygems version
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/cache@v2
4848
with:
4949
path: ${{ env.BUNDLE_PATH }}
50-
key: gems-2.7.2-rails_61-${{ hashFiles('current_gemfile.lock') }}
50+
key: gems-3.0.0-rails_61-${{ hashFiles('current_gemfile.lock') }}
5151

5252
- name: Install dependencies
5353
run: bundle install --jobs 3
@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: false
8787

8888
matrix:
89-
ruby: [2.7.2, 2.6.6]
89+
ruby: [3.0.0, 2.7.2, 2.6.6]
9090

9191
deps: ["rails_52", "rails_60", "rails_61", "rails_61_turbolinks", "rails_61_webpacker"]
9292

0 commit comments

Comments
 (0)