Skip to content

Commit

Permalink
Merge pull request #33 from derrabus/bump/php-8.1
Browse files Browse the repository at this point in the history
Make 8.1 the default PHP version
  • Loading branch information
malarzm authored Aug 11, 2022
2 parents d5b705f + dada893 commit eefa7e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0"
default: "8.1"
required: false
type: "string"
composer-root-version:
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.0"
default: "8.1"
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"]'
default: '["7.2", "7.3", "7.4", "8.0", "8.1"]'
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.0"
default: "8.1"
required: false
type: "string"
composer-root-version:
Expand Down

0 comments on commit eefa7e1

Please sign in to comment.