Skip to content

Commit ca96d8d

Browse files
authored
Merge pull request #52 from ruby/avoid_rbs32_ci_fail
Drop RBS 3.2 test and add RBS 3.3 and 3.8 test
2 parents 1533102 + 845ccce commit ca96d8d

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)