Skip to content

Commit

Permalink
CI: add Ruby 3.2.0 jobs (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Dec 30, 2022
1 parent 6a66039 commit 23ecf8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rack2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
ruby: [ 2.4, 3.1 ]
ruby: [ 2.4, 3.2 ]

steps:
- name: repo checkout
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, macos-12, windows-2022 ]
ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, head ]
ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head ]
no-ssl: ['']
yjit: ['']
include:
Expand All @@ -49,6 +49,7 @@ jobs:
- { os: ubuntu-20.04 , ruby: head , yjit: ' yjit' }
- { os: ubuntu-20.04 , ruby: 2.7 , no-ssl: ' no SSL' }
- { os: ubuntu-22.04 , ruby: 3.1 }
- { os: ubuntu-22.04 , ruby: 3.2 }
- { os: ubuntu-22.04 , ruby: head }

exclude:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/turbo-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
include:
- { os: ubuntu-20.04 , ruby: '3.1', rails-version: '6.1', abi: '3.1.0' }
- { os: ubuntu-20.04 , ruby: '3.1', rails-version: '7.0', abi: '3.1.0' }
- { os: ubuntu-20.04 , ruby: '3.2', rails-version: '7.0', abi: '3.2.0' }
- { os: ubuntu-22.04 , ruby: head , rails-version: '7.0', abi: '3.2.0+3' }
env:
CI: true
Expand Down

0 comments on commit 23ecf8e

Please sign in to comment.