Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu authored Feb 13, 2023
1 parent 9c011af commit 3567f9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ jobs:
continue-on-error: ${{ matrix.failure-allowed }}
strategy:
matrix:
ruby-version: ['2.7.7', '3.0.5', '3.1.3']
ruby-version: ['2.7.7', '3.0.5', '3.1.3', '3.2.1']
failure-allowed: [false]
include:
- ruby-version: 'truffleruby'
failure-allowed: true
- ruby-version: '3.2.0'
failure-allowed: true
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 3567f9e

Please sign in to comment.