Skip to content

Commit c3d8940

Browse files
authored
Merge pull request #67 from ruby/gemfile_testyml_update
Gemfile testyml update
2 parents 0d8aba6 + ba538b2 commit c3d8940

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
rbs: ['latest', '3.8', '3.6', '3.4', '3.3', '3.0', '2.7.0']
37+
rbs: ['latest', '3.10', '3.8', '3.6', '3.4', '3.3', '3.0', '2.7.0']
3838
env:
3939
GEMFILE_RBS_VERSION: ${{ matrix.rbs }}
4040
steps:
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
prism: ['latest', '1.0.0']
54+
prism: ['latest', '1.7.0', '1.3.0', '1.0.0']
5555
env:
5656
GEMFILE_PRISM_VERSION: ${{ matrix.prism }}
5757
steps:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ if ENV['GEMFILE_RBS_VERSION']
2323
gem 'rbs', github: 'ruby/rbs'
2424
else
2525
gem 'rbs', ENV['GEMFILE_RBS_VERSION']
26+
gem 'logger' # ruby >= 4.0 && rbs <= 3.5
2627
end
2728
end

0 commit comments

Comments
 (0)