From 3c3dc8225fdda3a52df924a54edc026a8c84fba9 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Sun, 18 Dec 2022 15:19:04 -0600 Subject: [PATCH] Require PHP 8.0 --- .github/workflows/tests.yml | 2 +- upgrade.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2bfbdd0..9dc8a65 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2] + php: ['8.0', 8.1, 8.2] name: PHP ${{ matrix.php }} diff --git a/upgrade.md b/upgrade.md index a8b36b3..0b4c36e 100644 --- a/upgrade.md +++ b/upgrade.md @@ -1,5 +1,6 @@ # Upgrading to v4 +- Only works on PHP 8.0+ - Update custom drivers and SampleValetDriver: - Match the new type hints of the base ValetDriver - Extend the new namespaced drivers instead of the old globally-namespaced drivers