1
0
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:
DarthSim 2023-11-21 22:52:17 +03:00
parent e29f65831c
commit 24fd5964d3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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