From ad5c2cddc0d9d1e1ac3f4fc0464c84778fc650cc Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 13 Apr 2024 11:03:22 +0200 Subject: [PATCH 1/2] chore: fix ci deprecations add testruns for PHP 8.3 change test from symfony 6.2 to 6.4 --- .github/workflows/test.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5f2867..5eef5d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,20 +22,23 @@ jobs: symfony-version: 5.4.* stability: prefer-stable - php-version: 8.0 - symfony-version: 6.0.* + symfony-version: 6.4.* stability: prefer-stable - php-version: 8.1 - symfony-version: 6.2.* + symfony-version: 6.4.* stability: prefer-stable - php-version: 8.2 - symfony-version: 6.2.* + symfony-version: 6.4.* + stability: prefer-stable + - php-version: 8.3 + symfony-version: 6.4.* stability: prefer-stable name: PHP ${{ matrix.php-version }} Test with Symfony ${{ matrix.symfony-version }} and ${{ matrix.stability }} steps: # —— Setup Github actions 🐙 ————————————————————————————————————————————— - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # https://github.com/shivammathur/setup-php (community) - name: Setup PHP, with composer and extensions @@ -59,7 +62,7 @@ jobs: run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} # Use composer.json for key, if composer.lock is not committed. From 07480c624ebf6954911af33b2112b2fb52cc0de0 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 13 Apr 2024 15:03:40 +0200 Subject: [PATCH 2/2] chore: fix ci deprecations add testruns for PHP 8.3 change test from symfony 6.2 to 6.4 --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5eef5d1..8e0b649 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,9 +21,6 @@ jobs: - php-version: 8.0 symfony-version: 5.4.* stability: prefer-stable - - php-version: 8.0 - symfony-version: 6.4.* - stability: prefer-stable - php-version: 8.1 symfony-version: 6.4.* stability: prefer-stable