From f93daaf2e91a1f3a643287fd021195669b891636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Sun, 24 Nov 2024 12:47:32 +0100 Subject: [PATCH] Add support for php 8.5 --- .github/workflows/ci.yml | 2 +- src/CodeGenerator/.github/workflows/ci.yml | 2 +- src/Core/.github/workflows/ci.yml | 2 +- src/Integration/Aws/DynamoDbSession/.github/workflows/ci.yml | 2 +- src/Integration/Aws/SimpleS3/.github/workflows/ci.yml | 2 +- src/Integration/Laravel/Cache/.github/workflows/ci.yml | 2 +- src/Integration/Laravel/Queue/.github/workflows/ci.yml | 2 +- src/Integration/Monolog/CloudWatch/.github/workflows/ci.yml | 2 +- src/Integration/Symfony/Bundle/.github/workflows/ci.yml | 2 +- src/Service/.template/.github/workflows/ci.yml | 2 +- src/Service/AppSync/.github/workflows/ci.yml | 2 +- src/Service/Athena/.github/workflows/ci.yml | 2 +- src/Service/CloudFormation/.github/workflows/ci.yml | 2 +- src/Service/CloudFront/.github/workflows/ci.yml | 2 +- src/Service/CloudWatch/.github/workflows/ci.yml | 2 +- src/Service/CloudWatchLogs/.github/workflows/ci.yml | 2 +- src/Service/CodeBuild/.github/workflows/ci.yml | 2 +- src/Service/CodeCommit/.github/workflows/ci.yml | 2 +- src/Service/CodeDeploy/.github/workflows/ci.yml | 2 +- src/Service/CognitoIdentityProvider/.github/workflows/ci.yml | 2 +- src/Service/Comprehend/.github/workflows/ci.yml | 2 +- src/Service/DynamoDb/.github/workflows/ci.yml | 2 +- src/Service/Ecr/.github/workflows/ci.yml | 2 +- src/Service/ElastiCache/.github/workflows/ci.yml | 2 +- src/Service/EventBridge/.github/workflows/ci.yml | 2 +- src/Service/Firehose/.github/workflows/ci.yml | 2 +- src/Service/Iam/.github/workflows/ci.yml | 2 +- src/Service/Iot/.github/workflows/ci.yml | 2 +- src/Service/IotData/.github/workflows/ci.yml | 2 +- src/Service/Kinesis/.github/workflows/ci.yml | 2 +- src/Service/Kms/.github/workflows/ci.yml | 2 +- src/Service/Lambda/.github/workflows/ci.yml | 2 +- src/Service/LocationService/.github/workflows/ci.yml | 2 +- src/Service/MediaConvert/.github/workflows/ci.yml | 2 +- src/Service/RdsDataService/.github/workflows/ci.yml | 2 +- src/Service/Rekognition/.github/workflows/ci.yml | 2 +- src/Service/Route53/.github/workflows/ci.yml | 2 +- src/Service/S3/.github/workflows/ci.yml | 2 +- src/Service/Scheduler/.github/workflows/ci.yml | 2 +- src/Service/SecretsManager/.github/workflows/ci.yml | 2 +- src/Service/Ses/.github/workflows/ci.yml | 2 +- src/Service/Sns/.github/workflows/ci.yml | 2 +- src/Service/Sqs/.github/workflows/ci.yml | 2 +- src/Service/Ssm/.github/workflows/ci.yml | 2 +- src/Service/Sso/.github/workflows/ci.yml | 2 +- src/Service/StepFunctions/.github/workflows/ci.yml | 2 +- src/Service/TimestreamQuery/.github/workflows/ci.yml | 2 +- src/Service/TimestreamWrite/.github/workflows/ci.yml | 2 +- src/Service/Translate/.github/workflows/ci.yml | 2 +- src/Service/XRay/.github/workflows/ci.yml | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a164b272..ba98c74c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] strategy: ['default'] include: # Minimum supported dependencies with the oldest PHP version diff --git a/src/CodeGenerator/.github/workflows/ci.yml b/src/CodeGenerator/.github/workflows/ci.yml index 397c8f4c5..944db96a1 100644 --- a/src/CodeGenerator/.github/workflows/ci.yml +++ b/src/CodeGenerator/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Core/.github/workflows/ci.yml b/src/Core/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Core/.github/workflows/ci.yml +++ b/src/Core/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Integration/Aws/DynamoDbSession/.github/workflows/ci.yml b/src/Integration/Aws/DynamoDbSession/.github/workflows/ci.yml index 397c8f4c5..944db96a1 100644 --- a/src/Integration/Aws/DynamoDbSession/.github/workflows/ci.yml +++ b/src/Integration/Aws/DynamoDbSession/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Integration/Aws/SimpleS3/.github/workflows/ci.yml b/src/Integration/Aws/SimpleS3/.github/workflows/ci.yml index 397c8f4c5..944db96a1 100644 --- a/src/Integration/Aws/SimpleS3/.github/workflows/ci.yml +++ b/src/Integration/Aws/SimpleS3/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Integration/Laravel/Cache/.github/workflows/ci.yml b/src/Integration/Laravel/Cache/.github/workflows/ci.yml index 397c8f4c5..944db96a1 100644 --- a/src/Integration/Laravel/Cache/.github/workflows/ci.yml +++ b/src/Integration/Laravel/Cache/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Integration/Laravel/Queue/.github/workflows/ci.yml b/src/Integration/Laravel/Queue/.github/workflows/ci.yml index 397c8f4c5..944db96a1 100644 --- a/src/Integration/Laravel/Queue/.github/workflows/ci.yml +++ b/src/Integration/Laravel/Queue/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Integration/Monolog/CloudWatch/.github/workflows/ci.yml b/src/Integration/Monolog/CloudWatch/.github/workflows/ci.yml index 397c8f4c5..944db96a1 100644 --- a/src/Integration/Monolog/CloudWatch/.github/workflows/ci.yml +++ b/src/Integration/Monolog/CloudWatch/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Integration/Symfony/Bundle/.github/workflows/ci.yml b/src/Integration/Symfony/Bundle/.github/workflows/ci.yml index 005942b1d..f3635e7e5 100644 --- a/src/Integration/Symfony/Bundle/.github/workflows/ci.yml +++ b/src/Integration/Symfony/Bundle/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/.template/.github/workflows/ci.yml b/src/Service/.template/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/.template/.github/workflows/ci.yml +++ b/src/Service/.template/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/AppSync/.github/workflows/ci.yml b/src/Service/AppSync/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/AppSync/.github/workflows/ci.yml +++ b/src/Service/AppSync/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Athena/.github/workflows/ci.yml b/src/Service/Athena/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Athena/.github/workflows/ci.yml +++ b/src/Service/Athena/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CloudFormation/.github/workflows/ci.yml b/src/Service/CloudFormation/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CloudFormation/.github/workflows/ci.yml +++ b/src/Service/CloudFormation/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CloudFront/.github/workflows/ci.yml b/src/Service/CloudFront/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CloudFront/.github/workflows/ci.yml +++ b/src/Service/CloudFront/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CloudWatch/.github/workflows/ci.yml b/src/Service/CloudWatch/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CloudWatch/.github/workflows/ci.yml +++ b/src/Service/CloudWatch/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CloudWatchLogs/.github/workflows/ci.yml b/src/Service/CloudWatchLogs/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CloudWatchLogs/.github/workflows/ci.yml +++ b/src/Service/CloudWatchLogs/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CodeBuild/.github/workflows/ci.yml b/src/Service/CodeBuild/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CodeBuild/.github/workflows/ci.yml +++ b/src/Service/CodeBuild/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CodeCommit/.github/workflows/ci.yml b/src/Service/CodeCommit/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CodeCommit/.github/workflows/ci.yml +++ b/src/Service/CodeCommit/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CodeDeploy/.github/workflows/ci.yml b/src/Service/CodeDeploy/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CodeDeploy/.github/workflows/ci.yml +++ b/src/Service/CodeDeploy/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/CognitoIdentityProvider/.github/workflows/ci.yml b/src/Service/CognitoIdentityProvider/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/CognitoIdentityProvider/.github/workflows/ci.yml +++ b/src/Service/CognitoIdentityProvider/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Comprehend/.github/workflows/ci.yml b/src/Service/Comprehend/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Comprehend/.github/workflows/ci.yml +++ b/src/Service/Comprehend/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/DynamoDb/.github/workflows/ci.yml b/src/Service/DynamoDb/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/DynamoDb/.github/workflows/ci.yml +++ b/src/Service/DynamoDb/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Ecr/.github/workflows/ci.yml b/src/Service/Ecr/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Ecr/.github/workflows/ci.yml +++ b/src/Service/Ecr/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/ElastiCache/.github/workflows/ci.yml b/src/Service/ElastiCache/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/ElastiCache/.github/workflows/ci.yml +++ b/src/Service/ElastiCache/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/EventBridge/.github/workflows/ci.yml b/src/Service/EventBridge/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/EventBridge/.github/workflows/ci.yml +++ b/src/Service/EventBridge/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Firehose/.github/workflows/ci.yml b/src/Service/Firehose/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Firehose/.github/workflows/ci.yml +++ b/src/Service/Firehose/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Iam/.github/workflows/ci.yml b/src/Service/Iam/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Iam/.github/workflows/ci.yml +++ b/src/Service/Iam/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Iot/.github/workflows/ci.yml b/src/Service/Iot/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Iot/.github/workflows/ci.yml +++ b/src/Service/Iot/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/IotData/.github/workflows/ci.yml b/src/Service/IotData/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/IotData/.github/workflows/ci.yml +++ b/src/Service/IotData/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Kinesis/.github/workflows/ci.yml b/src/Service/Kinesis/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Kinesis/.github/workflows/ci.yml +++ b/src/Service/Kinesis/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Kms/.github/workflows/ci.yml b/src/Service/Kms/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Kms/.github/workflows/ci.yml +++ b/src/Service/Kms/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Lambda/.github/workflows/ci.yml b/src/Service/Lambda/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Lambda/.github/workflows/ci.yml +++ b/src/Service/Lambda/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/LocationService/.github/workflows/ci.yml b/src/Service/LocationService/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/LocationService/.github/workflows/ci.yml +++ b/src/Service/LocationService/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/MediaConvert/.github/workflows/ci.yml b/src/Service/MediaConvert/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/MediaConvert/.github/workflows/ci.yml +++ b/src/Service/MediaConvert/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/RdsDataService/.github/workflows/ci.yml b/src/Service/RdsDataService/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/RdsDataService/.github/workflows/ci.yml +++ b/src/Service/RdsDataService/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Rekognition/.github/workflows/ci.yml b/src/Service/Rekognition/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Rekognition/.github/workflows/ci.yml +++ b/src/Service/Rekognition/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Route53/.github/workflows/ci.yml b/src/Service/Route53/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Route53/.github/workflows/ci.yml +++ b/src/Service/Route53/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/S3/.github/workflows/ci.yml b/src/Service/S3/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/S3/.github/workflows/ci.yml +++ b/src/Service/S3/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Scheduler/.github/workflows/ci.yml b/src/Service/Scheduler/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Scheduler/.github/workflows/ci.yml +++ b/src/Service/Scheduler/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/SecretsManager/.github/workflows/ci.yml b/src/Service/SecretsManager/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/SecretsManager/.github/workflows/ci.yml +++ b/src/Service/SecretsManager/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Ses/.github/workflows/ci.yml b/src/Service/Ses/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Ses/.github/workflows/ci.yml +++ b/src/Service/Ses/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Sns/.github/workflows/ci.yml b/src/Service/Sns/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Sns/.github/workflows/ci.yml +++ b/src/Service/Sns/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Sqs/.github/workflows/ci.yml b/src/Service/Sqs/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Sqs/.github/workflows/ci.yml +++ b/src/Service/Sqs/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Ssm/.github/workflows/ci.yml b/src/Service/Ssm/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Ssm/.github/workflows/ci.yml +++ b/src/Service/Ssm/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Sso/.github/workflows/ci.yml b/src/Service/Sso/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Sso/.github/workflows/ci.yml +++ b/src/Service/Sso/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/StepFunctions/.github/workflows/ci.yml b/src/Service/StepFunctions/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/StepFunctions/.github/workflows/ci.yml +++ b/src/Service/StepFunctions/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/TimestreamQuery/.github/workflows/ci.yml b/src/Service/TimestreamQuery/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/TimestreamQuery/.github/workflows/ci.yml +++ b/src/Service/TimestreamQuery/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/TimestreamWrite/.github/workflows/ci.yml b/src/Service/TimestreamWrite/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/TimestreamWrite/.github/workflows/ci.yml +++ b/src/Service/TimestreamWrite/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/Translate/.github/workflows/ci.yml b/src/Service/Translate/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/Translate/.github/workflows/ci.yml +++ b/src/Service/Translate/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP diff --git a/src/Service/XRay/.github/workflows/ci.yml b/src/Service/XRay/.github/workflows/ci.yml index 9ed2af14b..0778da59d 100644 --- a/src/Service/XRay/.github/workflows/ci.yml +++ b/src/Service/XRay/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Set up PHP