Skip to content

Commit 3216609

Browse files
FIX:mysql version in schedule.yml
1 parent e9a410c commit 3216609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schedule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
call_matrix:
99
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
1010
with:
11-
testplan: 'tests/github_actions/defaults/php8.2_mysql8.0_only.yml,tests/github_actions/twig-component.yml'
11+
testplan: 'tests/github_actions/defaults/php8.2_mysql5.7_only.yml,tests/github_actions/twig-component.yml'
1212
runs_on: ubuntu-latest
1313
defaults: 'v3'
1414
secrets:

0 commit comments

Comments
 (0)