From 0e875c63e9d7567fc40d94d4bf8c76137fd07a23 Mon Sep 17 00:00:00 2001 From: orklah Date: Thu, 24 Nov 2022 19:30:11 +0100 Subject: [PATCH] Test CI on 8.2 --- .github/workflows/shepherd.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shepherd.yml b/.github/workflows/shepherd.yml index f8cf2780013..5411bf7529f 100644 --- a/.github/workflows/shepherd.yml +++ b/.github/workflows/shepherd.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.2' - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest diff --git a/composer.json b/composer.json index 28c25c4210b..9662a3cbf27 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0", "ext-SimpleXML": "*", "ext-ctype": "*", "ext-dom": "*",