Skip to content

Commit 485a759

Browse files
update workflow
1 parent 76519ea commit 485a759

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby-version: ['3.0', '2.7', '2.6']
11+
ruby-version: ['3.1.4', '3.2']
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Ruby ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)