Skip to content

Commit b13ea37

Browse files
committed
Update CI.
1 parent bcd9795 commit b13ea37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
CI: true
18+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
1819
strategy:
1920
fail-fast: false
2021
matrix:
@@ -23,7 +24,7 @@ jobs:
2324
- 2.5
2425
- 2.6
2526
- 2.7
26-
#- ruby-head # net-http-persistent
27+
- ruby-head
2728
- jruby
2829
steps:
2930
- name: Clone repository
@@ -35,5 +36,5 @@ jobs:
3536
- name: Install dependencies
3637
run: bundle install --jobs 4 --retry 3
3738
- name: Run tests
38-
run: bundle exec rspec spec
39+
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
3940

0 commit comments

Comments
 (0)