Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-testingbot committed Jan 25, 2024
1 parent e752d72 commit bd4dba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.3', head]
ruby: ['2.7', '3.3']
name: Ruby ${{ matrix.ruby }} test
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bd4dba9

Please sign in to comment.