Skip to content

Commit 4520340

Browse files
authored
Merge pull request #127 from petergoldstein/feature/add_ruby_3_2_to_ci
Adds Ruby 3.2 to the CI matrix
2 parents c8a1c86 + 2f065fe commit 4520340

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
matrix:
1414
os: [ubuntu]
15-
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
15+
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
1616

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

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121

2222
- uses: ruby/setup-ruby@v1
2323
with:

0 commit comments

Comments
 (0)