Skip to content

Commit c5b8c6d

Browse files
committed
chore: don't make ruby 3.0 experimental any more
1 parent cecb98f commit c5b8c6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby_version: ["2.2", "2.7"]
12+
ruby_version: ["2.2", "2.7", "3.0"]
1313
experimental: [false]
14-
include:
15-
- ruby_version: "3.0"
16-
experimental: true
1714
steps:
1815
- uses: actions/checkout@v2
1916
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)