Skip to content

Commit 4abfb3d

Browse files
committed
* Update CI about ruby & action versions
1 parent 58a59e7 commit 4abfb3d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/code_style_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
- name: Setup Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:

.github/workflows/tests.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ jobs:
2222
os:
2323
- ubuntu
2424
ruby:
25-
- "3.2.0-preview1"
25+
- "3.3"
26+
- "3.2"
2627
- "3.1"
2728
- "3.0"
2829
test_command:
2930
- "bundle exec rspec && bundle exec cucumber"
3031
runs-on: ${{ matrix.os }}-latest
3132
steps:
3233
- name: Checkout
33-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3435
- name: Setup Ruby
3536
uses: ruby/setup-ruby@v1
3637
with:

0 commit comments

Comments
 (0)