Skip to content

Commit 736f972

Browse files
committed
remove matrix
1 parent 3c6f572 commit 736f972

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ on:
1515
jobs:
1616
ci:
1717
runs-on: ubuntu-latest
18-
strategy:
19-
matrix:
20-
ruby-version: ["3.0", "3.4"]
2118

2219
steps:
2320
- name: Check out
@@ -26,7 +23,6 @@ jobs:
2623
- name: Set up Ruby ${{ matrix.ruby-version }}
2724
uses: ruby/setup-ruby@v1
2825
with:
29-
ruby-version: ${{ matrix.ruby-version }}
3026
bundler-cache: true
3127

3228
- name: Install

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4

0 commit comments

Comments
 (0)