Skip to content

Commit

Permalink
[ci] Switch to released ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Dec 27, 2021
1 parent b580e50 commit 356f817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is synced from dry-rb/template-gem repo
<% default_rubies = ["3.1.0-preview1", "3.0", "2.7", "2.6", "jruby"] %>
<% default_rubies = ["3.1", "3.0", "2.7", "2.6", "jruby"] %>
name: CI

on:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- "<%= ruby %>"
<% end %>
include:
- ruby: "3.0"
- ruby: "3.1"
coverage: "true"
env:
COVERAGE: ${{matrix.coverage}}
Expand Down

0 comments on commit 356f817

Please sign in to comment.