From 005075317ede4b037335516f2fcf4e00e99011d2 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 27 Nov 2023 11:11:35 +0100 Subject: [PATCH] PHP 8.3 is stable --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/composer-lint.yml | 2 +- .github/workflows/continuous-integration-symfony-unstable.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index bd1c463..a601bac 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -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: diff --git a/.github/workflows/composer-lint.yml b/.github/workflows/composer-lint.yml index 5eb699f..ef6f147 100644 --- a/.github/workflows/composer-lint.yml +++ b/.github/workflows/composer-lint.yml @@ -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" diff --git a/.github/workflows/continuous-integration-symfony-unstable.yml b/.github/workflows/continuous-integration-symfony-unstable.yml index c056534..dd5c336 100644 --- a/.github/workflows/continuous-integration-symfony-unstable.yml +++ b/.github/workflows/continuous-integration-symfony-unstable.yml @@ -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: diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cf60397..9a68113 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index c8588db..fea3c9c 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -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: