Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit 32e5d79

Browse files
author
Emma Sax
authored
Update Ruby to 3.1.0 (#12)
1 parent ee4f140 commit 32e5d79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['2.6', '2.7', '3.0']
15+
ruby-version: ['2.6', '2.7', '3.0', '3.1']
1616

1717
steps:
1818
- uses: actions/checkout@v2

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.1.0

0 commit comments

Comments
 (0)