Skip to content

Commit cfd3576

Browse files
committed
Update rbs and prism version used in test matrix
1 parent 56ea735 commit cfd3576

1 file changed

Lines changed: 2 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:

0 commit comments

Comments
 (0)