We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98df5 commit b31e7c0Copy full SHA for b31e7c0
.buildkite/pipeline.yml
@@ -4,7 +4,7 @@ steps:
4
provider: "gcp"
5
env:
6
RUBY_VERSION: "{{ matrix.ruby }}"
7
- STACK_VERSION: 8.16.0-SNAPSHOT
+ STACK_VERSION: 8.18.0-SNAPSHOT
8
matrix:
9
setup:
10
ruby:
.github/workflows/testing.yml
@@ -1,3 +1,4 @@
1
+---
2
name: main
3
on: [push, pull_request]
@@ -27,7 +28,7 @@ jobs:
27
28
strategy:
29
fail-fast: false
30
- ruby: [ jruby-9.3, jruby-9.4 ]
31
+ ruby: ['jruby-9.3', 'jruby-9.4']
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v4
0 commit comments