From 97b09713a6601a0e520319368bf3aa8f07cb22c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 24 Oct 2023 20:45:46 +0000 Subject: [PATCH] Fix matrix again --- .github/workflows/phpunit.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 1e1047d..0c6ae9a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,6 +26,12 @@ jobs: include: - dependencies: "highest" minimum-stability: "dev" + php-version: "8.1" + operating-system: "ubuntu-latest" + - dependencies: "highest" + minimum-stability: "dev" + php-version: "8.2" + operating-system: "ubuntu-latest" steps: - name: "Checkout"