Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 1, 2024
1 parent f5ff2e9 commit 7aeb26a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
channel: ['stable']

include:
- ruby-version: '2.7'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: '3.0'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: '3.1'
gemfile: rails_edge
channel: 'experimental'
Expand Down Expand Up @@ -60,6 +54,10 @@ jobs:
continue-on-error: ${{ matrix.channel != 'stable' }}

steps:
- name: Install libsqlite3 dev
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install libsqlite3-dev
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 7aeb26a

Please sign in to comment.