From d687edafbbeca584291c6f1abaae5985a7f20dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20M=C3=B6nch?= Date: Fri, 1 Dec 2023 12:38:58 +0100 Subject: [PATCH] indicate PHP 8.3 support --- .github/workflows/test-application.yaml | 16 ++++++++-------- composer.json | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index ceaa4ab..db80221 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -13,13 +13,13 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install and configure PHP uses: shivammathur/setup-php@v2 with: coverage: none - php-version: 8.2 + php-version: 8.3 - name: Get composer cache directory id: composer-cache-dir @@ -45,13 +45,13 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install and configure PHP uses: shivammathur/setup-php@v2 with: coverage: none - php-version: 8.2 + php-version: 8.3 - name: Get composer cache directory id: composer-cache-dir @@ -79,11 +79,11 @@ jobs: strategy: fail-fast: false matrix: - php-version: [ '8.1', '8.2' ] + php-version: [ '8.1', '8.2', '8.3' ] steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install and configure PHP uses: shivammathur/setup-php@v2 @@ -127,13 +127,13 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install and configure PHP uses: shivammathur/setup-php@v2 with: coverage: none - php-version: 8.2 + php-version: 8.3 - name: Get composer cache directory id: composer-cache-dir diff --git a/composer.json b/composer.json index a0ca03d..0683ace 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ } ], "require": { - "php": "8.1.* || 8.2.*", + "php": "8.1.* || 8.2.* || 8.3.*", "opensearch-project/opensearch-php": "^1.0 || ^2.0" }, "require-dev": { - "phpunit/phpunit": "^10.4.1", - "phpstan/phpstan": "1.10.38", + "phpunit/phpunit": "^10.4.2", + "phpstan/phpstan": "1.10.46", "phpstan/phpstan-phpunit": "1.3.15", - "rector/rector": "^0.18.5", - "symplify/easy-coding-standard": "^12.0.8" + "rector/rector": "^0.18.11", + "symplify/easy-coding-standard": "^12.0.9" }, "autoload": { "psr-4": {