From 8fe9f765b465017fc6a2a44433eb2a925c6357ff Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 2 Mar 2024 11:10:17 +0100 Subject: [PATCH 1/2] chore: fix ci-deprecations, add test-runs for php 8.3 --- .github/workflows/php.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7f34292..129b9cb 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,9 +12,9 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['7.4', '8.0', '8.1', '8.2'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 with: @@ -31,11 +31,11 @@ jobs: runs-on: ubuntu-latest name: PHPStan steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use PHP 8.2 uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.3 extensions: curl - name: Install dependencies run: composer install --no-progress From 4701bf33c1df5a7142c07aa20d3f2d61589686f0 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 2 Mar 2024 12:41:30 +0100 Subject: [PATCH 2/2] Update .github/workflows/php.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jonathan Beliƫn --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 129b9cb..5d7ac19 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -32,7 +32,7 @@ jobs: name: PHPStan steps: - uses: actions/checkout@v4 - - name: Use PHP 8.2 + - name: Use PHP 8.3 uses: shivammathur/setup-php@v2 with: php-version: 8.3