Skip to content

Commit

Permalink
ci(github actions): 修复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 Oct 18, 2023
1 parent 15da518 commit c47342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
ANSIBLE_FORCE_COLOR: 1 # allows ansible colors to be passed to GitHub Actions
strategy:
matrix:
os: [verystar/centos:7]
os: ["verystar/centos:7"]
mysql-version: [8.0.34]
scenario: [single_primary, standalone]
steps:
Expand Down

0 comments on commit c47342f

Please sign in to comment.