We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a59e7 commit 4abfb3dCopy full SHA for 4abfb3d
.github/workflows/code_style_checks.yaml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}-latest
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
30
- name: Setup Ruby
31
uses: ruby/setup-ruby@v1
32
with:
.github/workflows/tests.yaml
@@ -22,15 +22,16 @@ jobs:
22
os:
23
- ubuntu
24
ruby:
25
- - "3.2.0-preview1"
+ - "3.3"
+ - "3.2"
- "3.1"
- "3.0"
test_command:
- "bundle exec rspec && bundle exec cucumber"
33
34
35
36
37
0 commit comments