Skip to content

Commit

Permalink
Add Ruby 3.3 to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Dec 30, 2023
1 parent a70c7cd commit 427af30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
os: [ubuntu-latest]
ruby-version:
- head
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand All @@ -22,7 +23,7 @@ jobs:
- os: windows-latest
ruby-version: head
- os: windows-latest
ruby-version: '3.1'
ruby-version: '3.3'
- os: windows-latest
ruby-version: mingw
- os: windows-latest
Expand All @@ -32,7 +33,7 @@ jobs:
- os: macos-latest
ruby-version: 'head'
- os: macos-latest
ruby-version: '3.1'
ruby-version: '3.3'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 427af30

Please sign in to comment.