Skip to content

Commit 2f8cefd

Browse files
authored
Add Ruby 3.2 to GitHub CI file (#445)
* Also removes Travis CI file because it seems like this project has moved to GitHub CI.
1 parent 1ff0506 commit 2f8cefd

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', truffleruby-head]
10+
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', truffleruby-head]
1111

1212
steps:
1313
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)