Skip to content

Commit

Permalink
chore: remove experimental from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Dec 3, 2024
1 parent db7813a commit 9f3e898
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
matrix:
ruby-version: [2.7, 3.0, 3.1, 3.2, 3.3, ruby-head, jruby-9.2, jruby-9.3, jruby-head]
channel: ['stable']
include:
- ruby: 'ruby-head'
channel: 'experimental'
- ruby: 'jruby-head'
channel: 'experimental'
continue-on-error: ${{ endsWith(matrix.ruby-version, 'ruby-head') || matrix.ruby-version == 'jruby-head' }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9f3e898

Please sign in to comment.