Skip to content

Commit

Permalink
Adds Ruby 3.2 to the CI matrix. Also updates the checkout action vers…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
petergoldstein committed Dec 29, 2022
1 parent c8a1c86 commit 2f065fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

matrix:
os: [ubuntu]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]

runs-on: ${{ matrix.os }}-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2f065fe

Please sign in to comment.