Skip to content

Commit 88c7596

Browse files
committed
Use Ruby 3.0
1 parent c25ca4f commit 88c7596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby: [2.7]
11+
ruby: ["3.0"]
1212
os: [ubuntu-latest]
1313
fail-fast: false
1414

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "~> 2.7.4"
3+
ruby "~> 3.0.2"
44

55
gem "rake"
66
gem "jekyll", "~> 4.0"

0 commit comments

Comments
 (0)