From fccd3bd29e145b05821274c5ac7c76d8d20038f8 Mon Sep 17 00:00:00 2001 From: prolic Date: Mon, 17 Jun 2024 17:29:52 -0400 Subject: [PATCH] update github matrix --- .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 f4eb09dc..73bd2f80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: php-version: [8.1, 8.2] dependencies: ["", "--prefer-lowest --prefer-stable"] include: - - os: 8.2 + - php-version: 8.2 dependencies: "" execute-cs-check: true test-coverage: true