From 06cb824d935d9f232f8dc6296014c020e96e88b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 20 Nov 2020 20:11:49 +0100 Subject: [PATCH] Try PHP 8 with highest deps first It should be the easiest one. --- .github/workflows/phpunit.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index b344142f5..6883e7d6e 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -18,9 +18,12 @@ jobs: - "locked" php-version: - "7.4" - - "8.0" operating-system: - "ubuntu-latest" + include: + - php-version: "8.0" + dependencies: "highest" + operating-system: "ubuntu-latest" steps: - name: "Checkout"