From 1165f319d917ae07759a0eae514fec91384f073d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 19 Oct 2020 13:38:56 +0100 Subject: [PATCH] Test on Windows PHP 8.0 (#2793) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d1001af..06b956de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4'] + php: ['7.2', '7.3', '7.4', '8.0'] steps: - name: Set up PHP