From f2793bcef972773335ab31db705e79b9c4c5cfe8 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 7 Feb 2022 12:59:18 +0100 Subject: [PATCH] Run tests for 8.1 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f339662..0979555 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - php: [7.4, 8.0] + php: [7.4, 8.0, 8.1] stability: [prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}