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 6043579 commit 154c3fdCopy full SHA for 154c3fd
.github/workflows/CI.yaml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
14
with:
15
- ruby-version: "3.3.6"
+ ruby-version: "3.2.0"
16
17
- name: Install dependencies
18
- uses: gradle/gradle-build-action@v2
+ uses: bundle install
19
20
- name: Execute tests
21
run: bundle exec rspec
.github/workflows/publish-gem.yaml
@@ -9,7 +9,7 @@ jobs:
9
10
11
uses: bundle install
0 commit comments