There was an error while loading. Please reload this page.
1 parent 916c31a commit 9f688e8Copy full SHA for 9f688e8
1 file changed
.github/workflows/ruby.yml
@@ -50,14 +50,21 @@ jobs:
50
defaults:
51
run:
52
working-directory: ./providers/openfeature-flagd-provider
53
+ strategy:
54
+ fail-fast: false
55
+ matrix:
56
+ ruby-version:
57
+ - "3.3"
58
+ - "3.4"
59
+ - "4.0"
60
steps:
61
- uses: actions/checkout@v7
62
with:
63
submodules: recursive
64
- name: Set up Ruby
65
uses: ruby/setup-ruby@v1
66
- ruby-version: "3.4"
67
+ ruby-version: ${{ matrix.ruby-version }}
68
bundler-cache: true
69
70
- name: Run e2e (flagd-testbed / cucumber)
0 commit comments