We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bb5703 + 0aba7a7 commit 9368198Copy full SHA for 9368198
.github/workflows/integration.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: ruby/setup-ruby@v1
14
with:
15
- ruby-version: 3.1
+ ruby-version: 3.2
16
bundler-cache: true
17
- name: Run integration tests
18
run: bundle exec rake spec
.github/workflows/release.yml
@@ -17,10 +17,10 @@ jobs:
steps:
19
20
- - name: Set up Ruby 2.6
+ - name: Set up Ruby 3.2
21
uses: actions/setup-ruby@v1
22
23
- ruby-version: 2.6.x
24
25
- name: Publish to GPR
26
if: contains(github.ref, 'refs/tags/v')
0 commit comments