Skip to content

Commit

Permalink
CI: Add Ruby 3.3 to build matrix, use checkout@v4 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Oct 23, 2024
1 parent 9eddce3 commit b17bf36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

experimental: [false]

Expand All @@ -46,7 +47,7 @@ jobs:
ruby: "2.5"

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 b17bf36

Please sign in to comment.