Skip to content

Commit 371e87f

Browse files
committed
Bump workflows to PHP 8.5
1 parent 3ac9f73 commit 371e87f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
inputs:
77
php-version:
88
description: "The PHP version to use when running the job"
9-
default: "8.4"
9+
default: "8.5"
1010
required: false
1111
type: "string"
1212
composer-root-version:

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
inputs:
77
php-version:
88
description: "The PHP version to use when running the job"
9-
default: "8.4"
9+
default: "8.5"
1010
required: false
1111
type: "string"
1212

.github/workflows/continuous-integration-symfony-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
php-version:
77
description: "The PHP version to use when running the job"
8-
default: "8.4"
8+
default: "8.5"
99
required: false
1010
type: "string"
1111
composer-root-version:

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
php-versions:
77
description: "The PHP versions to use when running the job"
8-
default: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
8+
default: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]'
99
required: false
1010
type: "string"
1111
composer-root-version:

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
inputs:
77
php-version:
88
description: "The PHP version to use when running the job"
9-
default: "8.4"
9+
default: "8.5"
1010
required: false
1111
type: "string"
1212
composer-root-version:

0 commit comments

Comments
 (0)