Skip to content

Commit b31e7c0

Browse files
committed
[CI] Updates STACK_VERSION, gh actions
1 parent fa98df5 commit b31e7c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
provider: "gcp"
55
env:
66
RUBY_VERSION: "{{ matrix.ruby }}"
7-
STACK_VERSION: 8.16.0-SNAPSHOT
7+
STACK_VERSION: 8.18.0-SNAPSHOT
88
matrix:
99
setup:
1010
ruby:

.github/workflows/testing.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: main
23
on: [push, pull_request]
34

@@ -27,7 +28,7 @@ jobs:
2728
strategy:
2829
fail-fast: false
2930
matrix:
30-
ruby: [ jruby-9.3, jruby-9.4 ]
31+
ruby: ['jruby-9.3', 'jruby-9.4']
3132
runs-on: ubuntu-latest
3233
steps:
3334
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)