Skip to content

Commit

Permalink
Use latest prism(github main branch) in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Dec 9, 2023
1 parent e66dd88 commit 4b7a635
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
fail-fast: false
matrix:
ruby: ['head', '3.2', '3.1', '3.0']
env:
GEMFILE_PRISM_VERSION: latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -30,6 +32,7 @@ jobs:
rbs: ['latest', '3.0', '2.7.0']
env:
GEMFILE_RBS_VERSION: ${{matrix.rbs}}
GEMFILE_PRISM_VERSION: latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -44,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
prism: ['0.18.0']
prism: ['latest']
env:
GEMFILE_PRISM_VERSION: ${{matrix.prism}}
steps:
Expand Down

0 comments on commit 4b7a635

Please sign in to comment.