1
0
Fork 0

Try ruby 3

This commit is contained in:
Andrew Tomaka 2021-01-08 22:18:59 -05:00
parent 9d7a388b2c
commit bba03b3f05
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [2.4.x, 2.5.x, 2.6.x, 2.7.x]
ruby_version: [2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x]
steps:
- uses: actions/checkout@v1