Skip to content

Commit bfbc6b4

Browse files
committed
🔧 Ruby のバージョンを 2.75 にする
1 parent b6d460d commit bfbc6b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu, macos]
16-
ruby: [2.6, 2.7]
16+
ruby: [2.7]
1717
runs-on: ${{ matrix.os }}-latest
1818
steps:
1919
- uses: actions/checkout@v2

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 2.7.5

0 commit comments

Comments
 (0)