Skip to content

Commit

Permalink
remove ruby 2.1 from testing
Browse files Browse the repository at this point in the history
since it doesn't support logger
  • Loading branch information
jcupitt committed Jun 5, 2024
1 parent c1a05c2 commit 12159bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
matrix:
os-version: [ 'ubuntu-20.04' ]
ruby-version:
- '2.1'
- '2.2'
- '2.3'
- '2.4'
Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run:
# we only need the library
sudo apt-get install --fix-missing -qq -o Acquire::Retries=3
sudo apt-get install --no-install-recommends --fix-missing -qq -o Acquire::Retries=3
libvips

- name: Run Tests
Expand Down

0 comments on commit 12159bd

Please sign in to comment.