Skip to content

Commit 4909584

Browse files
authored
Add support for php 8.5 (#1808)
1 parent 71b2b3b commit 4909584

File tree

50 files changed

+50
-50
lines changed
  • .github/workflows
  • src
    • CodeGenerator/.github/workflows
    • Core/.github/workflows
    • Integration
      • Aws
        • DynamoDbSession/.github/workflows
        • SimpleS3/.github/workflows
      • Laravel
      • Monolog/CloudWatch/.github/workflows
      • Symfony/Bundle/.github/workflows
    • Service
      • .template/.github/workflows
      • AppSync/.github/workflows
      • Athena/.github/workflows
      • CloudFormation/.github/workflows
      • CloudFront/.github/workflows
      • CloudWatchLogs/.github/workflows
      • CloudWatch/.github/workflows
      • CodeBuild/.github/workflows
      • CodeCommit/.github/workflows
      • CodeDeploy/.github/workflows
      • CognitoIdentityProvider/.github/workflows
      • Comprehend/.github/workflows
      • DynamoDb/.github/workflows
      • Ecr/.github/workflows
      • ElastiCache/.github/workflows
      • EventBridge/.github/workflows
      • Firehose/.github/workflows
      • Iam/.github/workflows
      • IotData/.github/workflows
      • Iot/.github/workflows
      • Kinesis/.github/workflows
      • Kms/.github/workflows
      • Lambda/.github/workflows
      • LocationService/.github/workflows
      • MediaConvert/.github/workflows
      • RdsDataService/.github/workflows
      • Rekognition/.github/workflows
      • Route53/.github/workflows
      • S3/.github/workflows
      • Scheduler/.github/workflows
      • SecretsManager/.github/workflows
      • Ses/.github/workflows
      • Sns/.github/workflows
      • Sqs/.github/workflows
      • Ssm/.github/workflows
      • Sso/.github/workflows
      • StepFunctions/.github/workflows
      • TimestreamQuery/.github/workflows
      • TimestreamWrite/.github/workflows
      • Translate/.github/workflows
      • XRay/.github/workflows

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+50
-50
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717
strategy: ['default']
1818
include:
1919
# Minimum supported dependencies with the oldest PHP version

src/CodeGenerator/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Core/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Integration/Aws/DynamoDbSession/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Integration/Aws/SimpleS3/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Integration/Laravel/Cache/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Integration/Laravel/Queue/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Integration/Monolog/CloudWatch/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Integration/Symfony/Bundle/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

src/Service/.template/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1717

1818
steps:
1919
- name: Set up PHP

0 commit comments

Comments
 (0)