Skip to content

Commit

Permalink
Merge pull request #1809 from newrelic/ruby321_go
Browse files Browse the repository at this point in the history
CI: Ruby 3.2.0 -> 3.2.1
  • Loading branch information
fallwith committed Feb 16, 2023
2 parents 9f4d2bb + d67af47 commit 150209d
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.4.10, 3.2.0]
ruby-version: [2.4.10, 3.2.1]
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
Expand All @@ -57,7 +57,7 @@ jobs:
"2.4.10": {
"rails": "norails,rails42,rails52"
},
"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.4.10, 3.2.0]
ruby-version: [2.4.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.4.10, 2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.0]
ruby-version: [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 @@ -79,7 +79,7 @@ jobs:
"3.1.3": {
"rails": "norails,rails61,rails70"
},
"3.2.0": {
"3.2.1": {
"rails": "norails,rails61,rails70"
}
}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
fail-fast: false
matrix:
multiverse: [agent, background, background_2, database, frameworks, httpclients, httpclients_2, rails, rest]
ruby-version: [2.4.10, 2.5.9, 2.6.10, 2.7.7, 3.0.5, 3.1.3, 3.2.0]
ruby-version: [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 @@ -275,7 +275,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 150209d

Please sign in to comment.