Skip to content

Commit

Permalink
Install libsqlite3-dev in CI
Browse files Browse the repository at this point in the history
Hopefully fixes Ruby 2.0-2.4 CI issues.

Also, drop JRuby 9.1, which was readded by accident in the last
commit.
  • Loading branch information
jeremyevans committed Jan 7, 2025
1 parent a09c157 commit 0ad0bb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ jobs:
ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.3, jruby-9.4 ]
include:
- { os: ubuntu-22.04, ruby: "1.9.3" }
- { os: ubuntu-22.04, ruby: jruby-9.1 }
- { os: ubuntu-22.04, ruby: jruby-9.2 }
runs-on: ${{ matrix.os }}
name: ${{ matrix.ruby }}
env:
BUNDLE_GEMFILE: .ci.gemfile
steps:
- uses: actions/checkout@v4
- run: sudo apt-get -yqq install libpq-dev libmysqlclient-dev
- run: sudo apt-get -yqq install libpq-dev libmysqlclient-dev libsqlite3-dev
- run: sudo apt-get -yqq install libxml2-dev libxslt-dev
if: startsWith(matrix.ruby, 'truffleruby')
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 0ad0bb3

Please sign in to comment.