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.
2 parents f46b9b7 + bbe14ed commit cbe6cd5Copy full SHA for cbe6cd5
.github/workflows/test_main.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
ruby-version: ${{ inputs.ruby }}
30
bundler-cache: true
31
+ bundler: default
32
33
- run: bundle update
34
@@ -64,6 +65,7 @@ jobs:
64
65
66
67
68
69
70
71
@@ -91,13 +93,17 @@ jobs:
91
93
integration-local:
92
94
runs-on: ubuntu-latest
95
96
+ # NOTE: When ruby is 2.3, tests run on stretch. But stretch is already EOL and didn't work apt-get
97
+ if: ${{ inputs.ruby >= '2.4' }}
98
+
99
steps:
100
- uses: actions/checkout@v3
101
102
- uses: ruby/setup-ruby@v1
103
104
105
106
107
108
109
0 commit comments