Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
ruby: ["ruby-head", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
rubyopt: [""]
rack: ["~> 3.1"]
Expand All @@ -30,7 +29,7 @@ jobs:
env:
RACK_VERSION: "${{ matrix.rack }}"
RUBYOPT: "${{ matrix.rubyopt }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -42,7 +41,7 @@ jobs:
bundler-cache: true

- name: Install packages
run: sudo apt-get install -y ragel socat netcat
run: sudo apt-get install -y ragel socat netcat-openbsd

- name: Tests Rack ${{ matrix.rack }} ${{ matrix.rubyopt }}
run: bundle exec rake
Expand Down
Loading