1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Update test matrix

This commit is contained in:
DarthSim 2022-10-05 20:31:41 +06:00
parent f6766e4c1d
commit b8c79fcab7
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
image: darthsim/imgproxy-ci:latest
strategy:
matrix:
go-version: ["1.18.x"]
go-version: ["1.19.x"]
vips-version: ["8.12"]
steps:
- name: Checkout

View File

@ -14,7 +14,7 @@ jobs:
image: darthsim/imgproxy-ci:latest
strategy:
matrix:
go-version: ["1.18.x", "1.17.x", "1.16.x"]
go-version: ["1.19.x", "1.18.x"]
vips-version: ["8.12", "8.11", "8.10"]
steps:
- name: Checkout