From 66086d5daa82e5abac54b05afc106bde8bd65490 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 29 Nov 2021 08:46:39 -0700 Subject: [PATCH] Enabled PHP 8.1 in CI test suite --- .github/workflows/test-suite.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index bc7ea42..17371a5 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -67,7 +67,7 @@ jobs: strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] steps: - name: Checkout Repository diff --git a/composer.json b/composer.json index f60f310..2ea64dd 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/DirectoryLister/DirectoryLister/issues" }, "require": { - "php": "^7.3 || ^8.0", + "php": "^7.3 || ^8.0 || ^8.1", "ext-dom": "*", "ext-fileinfo": "*", "ext-zip": "*",