diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e422042d4..6f42643894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,12 +53,12 @@ jobs: strategy: matrix: include: - - ruby-version: 2.7 - build-rails-versions: "5.2" - - ruby-version: 3.0 - build-rails-versions: "6.0,6.1" - - ruby-version: 3.3 - build-rails-versions: "7.0,7.1,7.2" + - ruby-version: "2.7" + build-rails-versions: "5.2,6.0,6.1" + - ruby-version: "3.4" + build-rails-versions: "7.0" + - ruby-version: "3.3" + build-rails-versions: "7.1,7.2" steps: - uses: actions/checkout@v4 with: @@ -69,6 +69,7 @@ jobs: for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}* done + - run: sudo apt-get install -q libedit-dev - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} diff --git a/Gemfile.lock b/Gemfile.lock index 9850b998c3..5d0eb96f36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,8 +38,8 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - ffi (1.17.0) - ffi (1.17.0-arm64-darwin) + ffi (1.17.1) + ffi (1.17.1-arm64-darwin) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (231)