Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix. Updates checkout actions versions. (#100
Browse files Browse the repository at this point in the history
)
  • Loading branch information
petergoldstein authored Jan 12, 2023
1 parent 461a5d5 commit 3a9de3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- "head"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"

experimental: [false]
env: [""]
Expand All @@ -38,7 +39,7 @@ jobs:
experimental: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
Expand Down

0 comments on commit 3a9de3e

Please sign in to comment.