Skip to content

Commit e9bc6a2

Browse files
committed
Update test matrix for ruby 4.0
1 parent 8667d00 commit e9bc6a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
name: Ruby ${{ matrix.ruby }}
99
strategy:
1010
matrix:
11-
ruby: [2.7, 3.0, 3.1, 3.2]
11+
ruby: [3.0, 3.1, 3.2, 4.0]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:

0 commit comments

Comments
 (0)