Skip to content

Commit

Permalink
Update ruby-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrew committed Jun 26, 2021
1 parent 8342430 commit c49c875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4.x', '2.5.x', '2.6.x', '2.7.x' ]
ruby: [ 2.4, 2.5, 2.6, 2.7, 3.0 ]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit c49c875

Please sign in to comment.