Skip to content

Commit a1954d4

Browse files
committed
Test Ruby 3.0 on CI
1 parent a6554d5 commit a1954d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
ruby: [2.7, 2.6, 2.5]
9+
ruby: [3.0, 2.7, 2.6, 2.5]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)