Skip to content

Commit 1f16c8c

Browse files
Add Ruby 3.0 and 3.1 to the CI matrix
1 parent 42051d2 commit 1f16c8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sqlite3-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu, macos ]
15-
ruby: [ head, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, truffleruby-head ]
15+
ruby: [ head, 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, truffleruby-head ]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: load Ruby and dependencies
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [windows ]
40-
ruby: [ mingw, 2.7, 2.6, 2.5, 2.4 ]
40+
ruby: [ mingw, 3.1, '3.0', 2.7, 2.6, 2.5, 2.4 ]
4141
steps:
4242
- uses: actions/checkout@v2
4343
- name: load Ruby and sqlite3

0 commit comments

Comments
 (0)