Skip to content

Commit 12159bd

Browse files
committed
remove ruby 2.1 from testing
since it doesn't support logger
1 parent c1a05c2 commit 12159bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
matrix:
3939
os-version: [ 'ubuntu-20.04' ]
4040
ruby-version:
41-
- '2.1'
4241
- '2.2'
4342
- '2.3'
4443
- '2.4'
@@ -75,7 +74,7 @@ jobs:
7574
DEBIAN_FRONTEND: noninteractive
7675
run:
7776
# we only need the library
78-
sudo apt-get install --fix-missing -qq -o Acquire::Retries=3
77+
sudo apt-get install --no-install-recommends --fix-missing -qq -o Acquire::Retries=3
7978
libvips
8079

8180
- name: Run Tests

0 commit comments

Comments
 (0)