Skip to content

Commit 50c8215

Browse files
committed
Update skunk workflow for Ruby 3.0
1 parent fb58c25 commit 50c8215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu]
50-
ruby-version: [2.6, 2.7, 3.1]
50+
ruby-version: [2.6, 2.7, "3.0", 3.1]
5151
steps:
5252
- uses: actions/checkout@v2
5353
- name: Setup Ruby ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)