Skip to content

Commit f265f29

Browse files
authored
Merge pull request #86 from rubocop/3.3-in-ci
Add Ruby 3.3 to CI matrix
2 parents 816fa4b + 372ed36 commit f265f29

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: ruby/setup-ruby@v1
1616
with:
1717
bundler-cache: true
18-
ruby-version: "3.2"
18+
ruby-version: "3.3"
1919
- name: Run Danger
2020
run: bundle exec danger
2121
env:

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.2"
21+
ruby-version: "3.3"
2222
bundler-cache: true
2323
- run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation
2424

@@ -31,6 +31,7 @@ jobs:
3131
- "3.0"
3232
- "3.1"
3333
- "3.2"
34+
- "3.3"
3435
- ruby-head
3536
- jruby-9.4
3637
task:
@@ -52,7 +53,7 @@ jobs:
5253
- uses: actions/checkout@v4
5354
- uses: ruby/setup-ruby@v1
5455
with:
55-
ruby-version: "3.2"
56+
ruby-version: "3.3"
5657
bundler-cache: true
5758
- run: bundle exec rake spec
5859

@@ -71,7 +72,7 @@ jobs:
7172
echo "gem 'rubocop', github: 'rubocop-hq/rubocop'" > Gemfile.local
7273
- uses: ruby/setup-ruby@v1
7374
with:
74-
ruby-version: "3.2"
75+
ruby-version: "3.3"
7576
bundler-cache: true
7677
- run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
7778

@@ -92,6 +93,6 @@ jobs:
9293
EOF
9394
- uses: ruby/setup-ruby@v1
9495
with:
95-
ruby-version: "3.2"
96+
ruby-version: "3.3"
9697
bundler-cache: true
9798
- run: NO_COVERAGE=true bundle exec rake spec

0 commit comments

Comments
 (0)