Skip to content

Commit

Permalink
CI: Add 3.0 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 31, 2021
1 parent d73b077 commit d56f296
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 d56f296

Please sign in to comment.