Skip to content

Commit 845ccce

Browse files
committed
Drop RBS 3.2 test and add RBS 3.3 and 3.8 test
RBS 3.1.x and 3.2.x depends on abbrev but abbrev was not added to runtime dependency. Abbrev is not a default gem in Ruby 3.4.
1 parent 1533102 commit 845ccce

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
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
rbs: ['latest', '3.6', '3.4', '3.2', '3.0', '2.7.0']
38+
rbs: ['latest', '3.8', '3.6', '3.4', '3.3', '3.0', '2.7.0']
3939
env:
4040
GEMFILE_RBS_VERSION: ${{ matrix.rbs }}
4141
steps:

0 commit comments

Comments
 (0)