Skip to content

Commit

Permalink
Update actions/checkout version and add new MySQL versions for arm64 …
Browse files Browse the repository at this point in the history
…and amd64 platforms.
  • Loading branch information
nsouto committed Sep 10, 2024
1 parent 5ec6559 commit 316fdbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true

Expand Down Expand Up @@ -50,7 +50,9 @@ jobs:
build:
- {tag: "5.7", platforms: "linux/amd64"}
- {tag: "8.0", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.0.35", platforms: "linux/arm64,linux/amd64"}
- {tag: "8.0.39", platforms: "linux/arm64,linux/amd64"}
- {tag: "9.0", platforms: "linux/arm64,linux/amd64"}
- {tag: "9.0.1", platforms: "linux/arm64,linux/amd64"}
- {tag: "latest", platforms: "linux/arm64,linux/amd64"}

steps:
Expand Down

0 comments on commit 316fdbe

Please sign in to comment.