We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83c18b commit e7a9ef4Copy full SHA for e7a9ef4
.github/workflows/code_style_checks.yaml
@@ -22,7 +22,7 @@ jobs:
22
os:
23
- ubuntu
24
ruby:
25
- - "2.7"
+ - "3.0"
26
runs-on: ${{ matrix.os }}-latest
27
steps:
28
- name: Checkout
.github/workflows/tests.yaml
@@ -22,17 +22,11 @@ jobs:
- - "2.1"
- - "2.2"
- - "2.3"
- - "2.4"
29
- - "2.5"
30
- - "2.6"
31
32
test_command: ["bundle exec rspec && bundle exec cucumber"]
33
include:
34
- os: ubuntu
35
- ruby: "2.4.2"
+ ruby: "3.0"
36
test_command: "bundle exec rspec"
37
38
0 commit comments