Skip to content

Commit 4345eb1

Browse files
author
Christian Kruse
committed
remove head test run
1 parent b00efbf commit 4345eb1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ubuntu-latest, macos-latest]
9-
ruby: [3.0, 3.1, 3.2, 3.3, 3.4, head]
9+
ruby: [3.0, 3.1, 3.2, 3.3, 3.4]
1010
runs-on: ${{ matrix.os }}
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: ruby/setup-ruby@v1
14-
with:
15-
ruby-version: ${{ matrix.ruby }}
16-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
17-
- run: bundle exec rake test
12+
- uses: actions/checkout@v2
13+
- uses: ruby/setup-ruby@v1
14+
with:
15+
ruby-version: ${{ matrix.ruby }}
16+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
17+
- run: bundle exec rake test

0 commit comments

Comments
 (0)