mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Add vips 8.15 to CI
This commit is contained in:
parent
e29f65831c
commit
24fd5964d3
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.21.x"]
|
||||
vips-version: ["8.14"]
|
||||
vips-version: ["8.15"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.21.x", "1.20.x", "1.19.x"]
|
||||
vips-version: ["8.14", "8.13"]
|
||||
vips-version: ["8.15", "8.14", "8.13"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user