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

Commit 5dd7be2

Browse files
committed
Upgrade CI ruby version
1 parent 8907c55 commit 5dd7be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ruby: [2.5, 2.6, 2.7.1, head]
41+
ruby: [2.5, 2.6, 2.7.2, head]
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v2
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
fail-fast: false
7575
matrix:
76-
ruby: [2.5, 2.6, 2.7.1, head]
76+
ruby: [2.5, 2.6, 2.7.2, head]
7777
env:
7878
CI_PLATFORM: "macos"
7979
runs-on: macos-latest

0 commit comments

Comments
 (0)