Skip to content

Commit

Permalink
Fix yaml syntax error for workflow compatibility.yml (#4292)
Browse files Browse the repository at this point in the history
  • Loading branch information
htdat authored May 26, 2022
1 parent 3fb6a6d commit caf5ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
max-parallel: 10
matrix:
# Minimum support version, ..., Latest version, `beta`.
woocommerce: [ '5.4.0', '5.5.0', '5.6.0', '5.7.0', '5.8.0', '5.9.0', '6.0.1', '6.1.2', '6.2.2', '6.3.1', '6.4.1', '6.5.1' 'beta' ]
woocommerce: [ '5.4.0', '5.5.0', '5.6.0', '5.7.0', '5.8.0', '5.9.0', '6.0.1', '6.1.2', '6.2.2', '6.3.1', '6.4.1', '6.5.1', 'beta' ]
wordpress: [ 'latest' ]
gutenberg: [ 'latest' ]
php: [ '7.4' ]
Expand Down
5 changes: 5 additions & 0 deletions changelog/fix-yaml-syntax-error
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: A small fix only.


0 comments on commit caf5ca2

Please sign in to comment.