Skip to content

Commit

Permalink
Remove TruffleRuby release version from the test matrix for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
aardvark179 authored and nobu committed Mar 5, 2021
1 parent a7e8f04 commit 6a3125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/truffleruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 'truffleruby-head', 'truffleruby' ]
ruby: [ 'truffleruby-head' ]
steps:
- name: git config
run: |
Expand Down

0 comments on commit 6a3125e

Please sign in to comment.