Skip to content

Commit

Permalink
CI against Ruby 3.3 (#274)
Browse files Browse the repository at this point in the history
ruby/setup-ruby#553 has been merged.
  • Loading branch information
koic committed Feb 22, 2024
1 parent fa41405 commit ffa2f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
ruby: [2.6, 2.7, "3.0", 3.1, 3.2, head]
ruby: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3, head]
coverage: [null]
modern: [null]
title: [null]
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
internal_investigation: [null]
include:
- { rubocop: master, ruby: "3.0", os: ubuntu }
- { rubocop: "v1.35.0", ruby: "3.2", os: ubuntu }
- { rubocop: "v1.35.0", ruby: "3.3", os: ubuntu }
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ffa2f76

Please sign in to comment.