Skip to content

Commit

Permalink
CI: Add Ruby 3.3 to build matrix, use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Mar 26, 2024
1 parent eaea24a commit fd6b83a
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 @@ -25,6 +25,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

experimental: [false]

Expand All @@ -40,7 +41,7 @@ jobs:
experimental: true

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 fd6b83a

Please sign in to comment.