Skip to content

Commit

Permalink
Merge pull request #35 from Earlopain/3.3-ci
Browse files Browse the repository at this point in the history
Add ruby 3.3 to CI
  • Loading branch information
palkan authored Jan 11, 2024
2 parents 0ca0d0d + 8a0cf94 commit cf2660a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", ruby-head, jruby]
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", ruby-head, jruby]
rubocop_version: [""]
include:
- ruby: "2.6"
rubocop_version: "'1.45.0'"
- ruby: "3.2"
- ruby: "3.3"
rubocop_version: "github: 'rubocop/rubocop'"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cf2660a

Please sign in to comment.