Skip to content

Commit

Permalink
Upgrade actions steps, add v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed Apr 6, 2024
1 parent a5e4052 commit ae60942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,8 +17,9 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit ae60942

Please sign in to comment.