Skip to content

Commit 79f3186

Browse files
Test on PHP 8.3 (#1560)
1 parent 5b7fcda commit 79f3186

File tree

50 files changed

+55
-55
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

+55
-55
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
17-
strategy: ["default"]
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
17+
strategy: ['default']
1818
include:
1919
# Minimum supported dependencies with the oldest PHP version
20-
- php: "7.2"
21-
strategy: "lowest"
20+
- php: '7.2'
21+
strategy: 'lowest'
2222

2323
steps:
2424
- name: Set up PHP
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
PHP_VERSION: ${{ matrix.php }}
9494
# Make sure we don't download awfully old Symfony versions.
95-
SYMFONY_REQUIRE: ">=4.4"
95+
SYMFONY_REQUIRE: '>=4.4'
9696
run: |
9797
CURRENT_DIR=$(pwd)
9898
for COMPONENT in $(find src -maxdepth 4 -type f -name phpunit.xml.dist -printf '%h\n' | sort)
@@ -143,7 +143,7 @@ jobs:
143143
- name: Set up PHP
144144
uses: shivammathur/setup-php@v2
145145
with:
146-
php-version: 8.1
146+
php-version: '8.2'
147147
coverage: none
148148

149149
- name: Checkout code

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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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']
16+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1717

1818
steps:
1919
- name: Set up PHP

0 commit comments

Comments
 (0)