Skip to content

Commit

Permalink
CI: Ruby 3.2.0 -> 3.2.1
Browse files Browse the repository at this point in the history
Use Ruby 3.2.1 for CI tests against 3.2
  • Loading branch information
fallwith committed Feb 8, 2023
1 parent c8cb976 commit da615d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.2.10, 3.2.0]
ruby-version: [2.2.10, 3.2.1]
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
Expand All @@ -57,7 +57,7 @@ jobs:
"2.2.10": {
"rails": "norails,rails41,rails32"
},
"3.2.0": {
"3.2.1": {
"rails": "norails,rails61,rails70"
}
}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
fail-fast: false
matrix:
multiverse: [agent, background, background_2, database, frameworks, httpclients, httpclients_2, rails, rest]
ruby-version: [2.2.10, 3.2.0]
ruby-version: [2.2.10, 3.2.1]

steps:
- name: Configure git
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.5.9, 3.2.0]
ruby-version: [2.5.9, 3.2.1]
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.2.10, 2.3.8, 2.4.10, 2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.0]
ruby-version: [2.2.10, 2.3.8, 2.4.10, 2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.1]

steps:
- name: Configure git
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
"3.1.3": {
"rails": "norails,rails61,rails70"
},
"3.2.0": {
"3.2.1": {
"rails": "norails,rails61,rails70"
}
}
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
fail-fast: false
matrix:
multiverse: [agent, background, background_2, database, frameworks, httpclients, httpclients_2, rails, rest]
ruby-version: [2.2.10, 2.3.8, 2.4.10, 2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.0]
ruby-version: [2.2.10, 2.3.8, 2.4.10, 2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.1]
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.0]
ruby-version: [2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.1]
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
Expand Down

0 comments on commit da615d9

Please sign in to comment.