Skip to content

Commit

Permalink
Merge pull request #561 from petergoldstein/feature/add_ruby_3_1
Browse files Browse the repository at this point in the history
Add Ruby 3.1 to the CI matrix
  • Loading branch information
Temikus authored Mar 19, 2022
2 parents af3b104 + d6da02a commit fcc776b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand All @@ -120,7 +120,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand All @@ -147,7 +147,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand All @@ -174,7 +174,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand All @@ -201,7 +201,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
ruby-version: [ '2.7', '3.0' ]
ruby-version: [ '2.7', '3.0', '3.1' ]
# Integration tests from the same task cannot run in parallel yet due to cleanup
max-parallel: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.5', '2.6', '2.7', '3.0', 'head', 'truffleruby-head']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', 'head', 'truffleruby-head']

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit fcc776b

Please sign in to comment.