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 e0c0a40 commit 8c7bb03Copy full SHA for 8c7bb03
.github/workflows/e2e-dummy-gem.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: "Setup Ruby"
15
uses: "ruby/setup-ruby@v1"
16
with:
17
- ruby-version: "3.0.7"
+ ruby-version: "3.1.7"
18
bundler-cache: true
19
working-directory: "test/fixtures/dummy_gem"
20
- name: "Run easy compile"
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
33
- rubies: ["3.4.7", "3.0.7"]
+ rubies: ["3.4.7", "3.1.7"]
34
type: ["cross", "native"]
35
runs-on: "${{ matrix.os }}"
36
steps:
0 commit comments