Skip to content

Commit

Permalink
Merge pull request #2 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Add 3.0 to the matrix
  • Loading branch information
hsbt committed Apr 1, 2021
2 parents d73b077 + d56f296 commit 0de81b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ 2.7, 2.6, 2.5, 2.4, head ]
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, head ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0de81b7

Please sign in to comment.