Skip to content

Commit

Permalink
Run jobs on PHP 8.4 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Nov 25, 2024
1 parent 94ca5e5 commit b5bfddb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
php-version:
description: "The PHP version to use when running the job"
default: "8.3"
default: "8.4"
required: false
type: "string"
composer-root-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
php-version:
description: "The PHP version to use when running the job"
default: "8.3"
default: "8.4"
required: false
type: "string"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
php-version:
description: "The PHP version to use when running the job"
default: "8.3"
default: "8.4"
required: false
type: "string"
composer-root-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
php-versions:
description: "The PHP versions to use when running the job"
default: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
default: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
required: false
type: "string"
composer-root-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
php-version:
description: "The PHP version to use when running the job"
default: "8.3"
default: "8.4"
required: false
type: "string"
composer-root-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
php-version:
description: "The PHP version to use when running the job"
default: "8.3"
default: "8.4"
required: false
type: "string"
composer-root-version:
Expand Down

0 comments on commit b5bfddb

Please sign in to comment.