mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-18 16:31:44 +02:00
Update Go and vips versions in CI
This commit is contained in:
parent
e485e3b491
commit
85d25917d9
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: darthsim/imgproxy-ci:202407111824
|
||||
image: ghcr.io/imgproxy/imgproxy-ci:202410292002
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.22.x", "1.21.x"]
|
||||
vips-version: ["8.15", "8.14", "8.13"]
|
||||
go-version: ["1.23.x", "1.22.x", "1.21.x"]
|
||||
vips-version: ["8.16", "8.15", "8.14"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -32,11 +32,11 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: darthsim/imgproxy-ci:202407111824
|
||||
image: ghcr.io/imgproxy/imgproxy-ci:202410292002
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ["1.22.x"]
|
||||
vips-version: ["8.15"]
|
||||
go-version: ["1.23.x"]
|
||||
vips-version: ["8.16"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user