Skip to content

Commit

Permalink
Update skunk workflow for Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVqz committed Feb 10, 2023
1 parent fb58c25 commit 50c8215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
ruby-version: [2.6, 2.7, 3.1]
ruby-version: [2.6, 2.7, "3.0", 3.1]
steps:
- uses: actions/checkout@v2
- name: Setup Ruby ${{ matrix.ruby-version }}
Expand Down

0 comments on commit 50c8215

Please sign in to comment.