Skip to content

Remove autoloads for constants no longer shipped with rack #25

Remove autoloads for constants no longer shipped with rack

Remove autoloads for constants no longer shipped with rack #25

name: Test External
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1']
runs-on: ${{matrix.os}}
env:
CI: external
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
apt-get: _update_ libfcgi-dev libmemcached-dev
brew: fcgi libmemcached
- run: bundle exec bake test:external