From d36476964fad7e12fee1fc61df2c5858e1529bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Tue, 19 Oct 2021 00:01:55 +0200 Subject: [PATCH] Enforce platform compatibility for PHP 8.1 --- .github/workflows/phpunit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 7afe59ca..87ef9cdd 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" @@ -74,7 +75,7 @@ jobs: dependencies: - "locked" php-version: - - "8.1" + - "8.2" operating-system: - "ubuntu-latest"