From c0b9937b050c9ab65dbdfaf27875f2dbdebe365f Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Wed, 20 Mar 2024 23:29:24 +0000 Subject: [PATCH] Updating the PHP requirement --- .github/workflows/run-tests.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 85a9391..6dc30dc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1] + php: [8.1, 8.2, 8.3] dependency-version: [prefer-lowest, prefer-stable] name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index 6835d0d..fd85564 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "type": "library", "license": "MIT", "require": { - "php": "^8.0.2", + "php": "^8.1", "arcanedev/php-html": "^6.0", "arcanedev/support": "^9.0" },