Skip to content

Commit

Permalink
up tests ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 1, 2024
1 parent a41d840 commit b78bde7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ jobs:
workflow: ${{ github.workflow }}
artifact: build-musl

test-ubuntu:
test-ubuntu-latest:
needs: ubuntu-gnu
uses: ./.github/workflows/test-ubuntu.yml
with:
workflow: ${{ github.workflow }}
artifact: build-gnu

test-ubuntu-2004:
test-ubuntu-2204-gnu:
needs: ubuntu-gnu
uses: ./.github/workflows/test-ubuntu.yml
with:
workflow: ${{ github.workflow }}
artifact: build-gnu
version: 20.04
version: 22.04

test-alpine-gnu:
needs: ubuntu-gnu
Expand All @@ -78,8 +78,8 @@ jobs:
needs: [test-alpine,
test-ubuntu-musl,
test-ubuntu-1804-musl,
test-ubuntu,
test-ubuntu-2004,
test-ubuntu-latest,
test-ubuntu-2204-gnu,
test-alpine-gnu,
test-windows]
uses: ./.github/workflows/release.yml
Expand Down

0 comments on commit b78bde7

Please sign in to comment.