Skip to content

Commit 927f820

Browse files
committed
✅ Add modern ruby versions to CI
In prep for the final 0.2.x release, I want to make sure we're testing against all relevant ruby versions.
1 parent 8e2a847 commit 927f820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ head, '3.0', '2.7' ]
10+
ruby: [ head, '3.3', '3.2', '3.1', '3.0', '2.7' ]
1111
os: [ ubuntu-latest, macos-latest ]
1212
experimental: [false]
1313
include:

0 commit comments

Comments
 (0)