Skip to content

Commit b5bfddb

Browse files
committed
Run jobs on PHP 8.4 by default
1 parent 94ca5e5 commit b5bfddb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.3"
9+
default: "8.4"
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.3"
9+
default: "8.4"
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.3"
8+
default: "8.4"
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+
default: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
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.3"
9+
default: "8.4"
1010
required: false
1111
type: "string"
1212
composer-root-version:

.github/workflows/static-analysis.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.3"
9+
default: "8.4"
1010
required: false
1111
type: "string"
1212
composer-root-version:

0 commit comments

Comments
 (0)