Skip to content

Commit

Permalink
Add Ruby 3.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 20, 2024
1 parent c8ec669 commit 5186175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rspec_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- {os: ubuntu-latest, ruby: 2.7}
- {os: ubuntu-latest, ruby: 3.1}
- {os: ubuntu-latest, ruby: 3.2}
- {os: ubuntu-latest, ruby: 3.3}
- {os: ubuntu-latest, ruby: jruby-9.3}
- {os: ubuntu-latest, ruby: jruby-9.4}
- {os: windows-latest, ruby: 2.6}
- {os: windows-latest, ruby: 3.2}
- {os: windows-latest, ruby: 3.3}

runs-on: ${{ matrix.cfg.os }}
steps:
Expand Down

0 comments on commit 5186175

Please sign in to comment.