Skip to content

Commit

Permalink
Update workflow defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kenariosz committed Nov 20, 2024
1 parent 759738c commit 62bd295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dispatch_component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 7.3.x
- 8.0.x
- use custom testplan
default: '7.1.x'
default: '7.2.x'
description: 'Choose test scenario'
limit:
type: choice
Expand All @@ -27,11 +27,11 @@ on:
- 'PHP8.3/MySQL5.7'
- 'PHP8.3/MySQL8.0'
description: 'Limit run to one PHP/MySQL combination'
default: 'PHP8.2/MySQL5.7'
default: 'PHP8.3/MySQL8.0'
custom_testplan:
type: string
description: 'Custom testplan'
default: '~/defaults/php8.2_mysql5.7_only.yaml,~/twig-component.yaml'
default: '~/defaults/php8.3_mysql8.0_only.yaml,~/twig-component.yaml'
runs_on:
type: string
description: 'JSON string/array describing the runner'
Expand Down

0 comments on commit 62bd295

Please sign in to comment.