File tree 1 file changed +5
-20
lines changed
1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change 1
1
name : Test
2
2
3
- on :
4
- push :
5
- branches :
6
- - master
7
- pull_request :
8
- pull_request_target :
9
- branches :
10
- - master
3
+ on : [push, pull_request]
11
4
12
5
env :
13
6
NOKOGIRI_USE_SYSTEM_LIBRARIES : true
36
29
37
30
strategy :
38
31
matrix :
39
- os-version : [ 'ubuntu-20 .04' ]
32
+ os-version : [ 'ubuntu-24 .04' ]
40
33
ruby-version :
41
34
- ' 2.3'
42
35
- ' 2.4'
@@ -62,19 +55,11 @@ jobs:
62
55
ruby-version : ${{ matrix.ruby-version }}
63
56
bundler-cache : true
64
57
65
- - name : Update apt
66
- env :
67
- DEBIAN_FRONTEND : noninteractive
68
- run :
69
- sudo apt-get update -qq -o Acquire::Retries=3
70
-
71
58
- name : Install libvips
72
- env :
73
- DEBIAN_FRONTEND : noninteractive
74
- run :
59
+ run : |
60
+ sudo apt-get update
75
61
# we only need the library
76
- sudo apt-get install --no-install-recommends --fix-missing -qq -o Acquire::Retries=3
77
- libvips
62
+ sudo apt-get install --no-install-recommends libvips
78
63
79
64
- name : Run Tests
80
65
run : bundle exec rake spec
You can’t perform that action at this time.
0 commit comments