From 7ea9a33b6a988379407ba3e4afb01aac18d7069a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Auswo=CC=88ger?= Date: Wed, 21 Jan 2026 01:35:07 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c78266..64daf70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3] + php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -105,7 +105,7 @@ jobs: run: vendor/bin/phpunit --colors=always nightly: - name: PHP 8.4 + name: PHP 8.6 runs-on: ubuntu-latest continue-on-error: true if: github.event_name != 'push' @@ -166,7 +166,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2] + php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 4a45f20..698b4ef 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "ext-zlib": "*", "imagine/imagine": "^1.3", "symfony/deprecation-contracts": "^2.1 || ^3.0", - "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", + "symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/polyfill-php73": "^1.27", "symfony/polyfill-php80": "^1.27" },