We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0ffe8 commit cc933c7Copy full SHA for cc933c7
.github/workflows/nightly.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Checkout Source
24
uses: actions/checkout@v3
25
26
- - name: Activate Ruby 2.7
+ - name: Activate Ruby 3.1
27
uses: ruby/setup-ruby@v1
28
with:
29
- ruby-version: "2.7"
+ ruby-version: "3.1"
30
bundler-cache: true
31
32
- name: Print bundle environment
@@ -59,10 +59,10 @@ jobs:
59
60
61
62
63
64
65
66
67
68
0 commit comments