From 527753a61e2d2123096cb67abdf07647d7ca34ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Sun, 31 Oct 2021 22:23:30 +0100 Subject: [PATCH] Ensure compatibility with PHP 8.1 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index c97cc577..76c9f06e 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -19,6 +19,7 @@ jobs: - "development" php-version: - "8.0" + - "8.1" operating-system: - "ubuntu-latest" @@ -73,7 +74,6 @@ jobs: dependencies: - "locked" php-version: - - "8.1" - "8.2" operating-system: - "ubuntu-latest"