1
0
Fork 0

Add Ruby 3.1 to matrix

This commit is contained in:
Andrew Tomaka 2022-10-04 21:13:31 -04:00
parent 5e71dcfe0c
commit b35d7967b5
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [2.4, 2.5, 2.6, 2.7, 3.0]
ruby_version: [2.4, 2.5, 2.6, 2.7, 3.0, 3.1]
steps:
- uses: actions/checkout@v1
@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [2.5, 2.6, 2.7, 3.0]
ruby_version: [2.5, 2.6, 2.7, 3.0, 3.1]
steps:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby_version }}