Skip to content

Commit

Permalink
CI: add Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Nov 14, 2024
1 parent 85a4463 commit 7a1eaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
strategy:
matrix:
ruby-version:
- 3.3
- 3.2
- 3.1
- "3.0"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 7a1eaae

Please sign in to comment.