Skip to content

Commit

Permalink
Merge pull request #39 from derrabus/improvement/stable-php-8.3
Browse files Browse the repository at this point in the history
PHP 8.3 is stable
  • Loading branch information
greg0ire authored Nov 29, 2023
2 parents 872bb4d + 0050753 commit 8255e2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2"
default: "8.3"
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.2"
default: "8.3"
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.2"
default: "8.3"
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"]'
default: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
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.2"
default: "8.3"
required: false
type: "string"
composer-root-version:
Expand Down

0 comments on commit 8255e2f

Please sign in to comment.