From b928716aa4a618f8d70d73cc8931fa94b0ea4cb4 Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Thu, 23 Dec 2021 19:55:31 +0100 Subject: [PATCH] Also run tests on php 8.1 --- .github/workflows/tests.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 772088a94..81c88be55 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,8 +25,13 @@ jobs: strategy: matrix: - operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest'] - php-version: ['8.0'] + operating-system: ['ubuntu-latest'] + php-version: ['8.0', '8.1'] + include: + - operating-system: 'macos-latest' + php-version: '8.0' + - operating-system: 'windows-latest' + php-version: '8.0' steps: - name: "Checkout code"