Skip to content

Commit

Permalink
Merge pull request #3996 from fluent/ci-ruby-3.2
Browse files Browse the repository at this point in the history
CI: Add Ruby 3.2 for GNU/Linux and macOS
  • Loading branch information
ashie authored Dec 26, 2022
2 parents 3dcfa10 + 025901c commit 1e59424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.0', '2.7']
ruby-version: ['3.2', '3.1', '3.0', '2.7']
os: [ubuntu-latest]
experimental: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.0', '2.7']
ruby-version: ['3.2', '3.1', '3.0', '2.7']
os: [macos-latest]
experimental: [true]
include:
Expand Down

0 comments on commit 1e59424

Please sign in to comment.