Skip to content

Commit e7a9ef4

Browse files
committed
* Update GH Action to only run against Ruby 3.0
1 parent e83c18b commit e7a9ef4

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/code_style_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os:
2323
- ubuntu
2424
ruby:
25-
- "2.7"
25+
- "3.0"
2626
runs-on: ${{ matrix.os }}-latest
2727
steps:
2828
- name: Checkout

.github/workflows/tests.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,11 @@ jobs:
2222
os:
2323
- ubuntu
2424
ruby:
25-
- "2.1"
26-
- "2.2"
27-
- "2.3"
28-
- "2.4"
29-
- "2.5"
30-
- "2.6"
31-
- "2.7"
25+
- "3.0"
3226
test_command: ["bundle exec rspec && bundle exec cucumber"]
3327
include:
3428
- os: ubuntu
35-
ruby: "2.4.2"
29+
ruby: "3.0"
3630
test_command: "bundle exec rspec"
3731
runs-on: ${{ matrix.os }}-latest
3832
steps:

0 commit comments

Comments
 (0)