Skip to content

Commit

Permalink
Update workflow defaults and phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
kenariosz committed Nov 20, 2024
1 parent c847d1e commit 4274d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/oxid-esales/twig-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
"oxid-esales/developer-tools":"{{ .Data.global.composer.dev_ref }}",
"mikey179/vfsstream": "~1.6.8",
"phpspec/prophecy-phpunit": "^v2.0.1",
"phpunit/phpunit": "^9.1.1"
"phpunit/phpunit": "^10.4"
},
"autoload-dev":{
"psr-4":{
Expand Down
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.0.x'
default: '7.1.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.1/MySQL5.7'
default: 'PHP8.2/MySQL5.7'
custom_testplan:
type: string
description: 'Custom testplan'
default: '~/defaults/php8.1_mysql5.7_only.yaml,~/twig-component.yaml'
default: '~/defaults/php8.2_mysql5.7_only.yaml,~/twig-component.yaml'
runs_on:
type: string
description: 'JSON string/array describing the runner'
Expand Down

0 comments on commit 4274d76

Please sign in to comment.