File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 description : " The PHP versions to test for the given wp-version"
2424 value : ${{ jobs.php-versions.outputs.versions }}
2525 db-images :
26- description : " The MySQL versions to test for the given wp-version"
27- value : ${{ jobs.db-images.outputs.versions }}
26+ description : " The MariaDB and MySQL images to test for the given wp-version"
27+ value : ${{ jobs.db-images.outputs.images }}
2828
2929# Disable permissions for all available scopes by default.
3030# Any needed permissions should be configured at the job level.
@@ -125,7 +125,7 @@ jobs:
125125 needs : [ major-wp-version ]
126126 timeout-minutes : 5
127127 outputs :
128- versions : ${{ steps.db-images.outputs.versions }}
128+ images : ${{ steps.db-images.outputs.images }}
129129
130130 steps :
131131 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments