Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson authored Feb 8, 2024
1 parent c06c9b6 commit 6317df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ inputs:
php-version:
description: "The version of PHP you would like tested. This must match one of the current PHP versions TripalDocker is available in (e.g. 8.0 and 8.1)."
required: false
default: '8.1'
default: '8.3'
pgsql-version:
description: "The version of PostgreSQL you would like your tests run against. This must match one of the current versions TripalDocker is available in (e.g. 13)."
required: false
default: '13'
drupal-version:
description: "The version of Drupal you would like your tests run against. This must match one of the current versions TripalDocker is available in (e.g. 9.4.x-dev, 9.5.x-dev)."
required: false
default: '9.5.x-dev'
default: '10.2.x-dev'
phpunit-command-options:
description: "A string providing any options you would like added to the phpunit command."
required: false
Expand Down

0 comments on commit 6317df2

Please sign in to comment.