Skip to content

Commit 69fca3d

Browse files
authored
Merge pull request #6 from ruby-microservices/update-test-matrix
Update test matrix for ruby 4.0
2 parents 8667d00 + e9bc6a2 commit 69fca3d

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)