Skip to content

Commit

Permalink
chore: don't make ruby 3.0 experimental any more
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 21, 2021
1 parent cecb98f commit c5b8c6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ["2.2", "2.7"]
ruby_version: ["2.2", "2.7", "3.0"]
experimental: [false]
include:
- ruby_version: "3.0"
experimental: true
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit c5b8c6d

Please sign in to comment.