Skip to content

Commit

Permalink
Merge pull request #52 from ruby/avoid_rbs32_ci_fail
Browse files Browse the repository at this point in the history
Drop RBS 3.2 test and add RBS 3.3 and 3.8 test
  • Loading branch information
tompng authored Dec 27, 2024
2 parents 1533102 + 845ccce commit ca96d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rbs: ['latest', '3.6', '3.4', '3.2', '3.0', '2.7.0']
rbs: ['latest', '3.8', '3.6', '3.4', '3.3', '3.0', '2.7.0']
env:
GEMFILE_RBS_VERSION: ${{ matrix.rbs }}
steps:
Expand Down

0 comments on commit ca96d8d

Please sign in to comment.