Skip to content

Commit 065dede

Browse files
authored
Update Rubies in CI (#35)
1 parent 885de32 commit 065dede

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: ["2.4.10", "2.5.8", "2.6.6", "2.7.2", "3.0.0", "jruby-9.2"]
21+
ruby:
22+
- 2.4.10
23+
- 2.7.8
24+
- 3.0.6
25+
- 3.1.4
26+
- 3.2.3
27+
- 3.3.0
28+
- jruby-9.2
29+
- jruby-9.4
2230
command: ["bundle exec rake test"]
2331
include:
2432
- ruby: "head"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AST
22

3-
[![Build Status](https://travis-ci.org/whitequark/ast.svg?branch=master)](https://travis-ci.org/whitequark/ast)
3+
![.github/workflows/test.yml](https://github.com/whitequark/ast/actions/workflows/test.yml/badge.svg)
44
[![Code Climate](https://codeclimate.com/github/whitequark/ast.svg)](https://codeclimate.com/github/whitequark/ast)
55
[![Coverage Status](https://coveralls.io/repos/whitequark/ast/badge.svg?branch=master)](https://coveralls.io/r/whitequark/ast)
66

0 commit comments

Comments
 (0)