Skip to content

Commit

Permalink
ci(github actions): Update matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Xijun Dai <daixijun1990@gmail.com>
  • Loading branch information
daixijun committed Feb 5, 2024
1 parent 013f3b2 commit ecbfb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
ANSIBLE_FORCE_COLOR: 1 # allows ansible colors to be passed to GitHub Actions
strategy:
matrix:
os: ["verystar/centos:7"]
mysql-version: [8.0.34]
os: ['centos:7', 'ubuntu:22.04', 'ubuntu:20.04', 'ubuntu:23.04']
mysql-version: [8.0.34, 8.0.35, 8.0.36]
scenario: [single_primary, standalone]
steps:
- name: Checkout
Expand Down

0 comments on commit ecbfb4f

Please sign in to comment.