We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a410c commit 3216609Copy full SHA for 3216609
.github/workflows/schedule.yml
@@ -8,7 +8,7 @@ jobs:
8
call_matrix:
9
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
10
with:
11
- testplan: 'tests/github_actions/defaults/php8.2_mysql8.0_only.yml,tests/github_actions/twig-component.yml'
+ testplan: 'tests/github_actions/defaults/php8.2_mysql5.7_only.yml,tests/github_actions/twig-component.yml'
12
runs_on: ubuntu-latest
13
defaults: 'v3'
14
secrets:
0 commit comments