From 002299051851d9bd1add7430d5e2663d6e58b488 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 7 Nov 2021 20:57:52 -0600 Subject: [PATCH] Run tests on PHP 8.1 --- .github/workflows/continuous-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7444bc0..b955771 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -74,12 +74,15 @@ jobs: - "7.3" - "7.4" - "8.0" + - "8.1" dependencies: - "lowest" - "highest" exclude: - php-version: "8.0" dependencies: "lowest" + - php-version: "8.1" + dependencies: "lowest" steps: - name: "Checkout repository"