Skip to content

Commit 6d46213

Browse files
committed
add ruby 4.0 to test matrix
1 parent 4ff342f commit 6d46213

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
os: ["ubuntu-latest", "macos-latest"]
1616
ruby:
17+
- '4.0'
1718
- '3.4'
1819
- '3.3'
1920
- '3.2'
@@ -42,7 +43,7 @@ jobs:
4243
- name: Set up Ruby
4344
uses: ruby/setup-ruby@v1
4445
with:
45-
ruby-version: '3.3'
46+
ruby-version: '4.0'
4647
bundler-cache: true
4748
- name: Standard
4849
run: bundle exec standardrb

0 commit comments

Comments
 (0)