From 8340ba7dcd6b9803758eec43f5d62a9e84b6a9e8 Mon Sep 17 00:00:00 2001 From: Martin Hujer Date: Sun, 31 Oct 2021 21:59:23 +0000 Subject: [PATCH] PHP 8.1 support --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 059c79a..6b63d82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-latest ] - php-versions: [ '8.0' ] + php-versions: [ '8.0', '8.1' ] composer-dependencies: [ '', '--prefer-lowest' ] symfony-version: [ '' ] extra-label: [ '' ] @@ -19,6 +19,10 @@ jobs: operating-system: windows-latest coverage: xdebug + - php-versions: '8.1' + operating-system: windows-latest + coverage: xdebug + steps: # see https://github.com/actions/checkout/issues/226#issue-606867805 - name: Prepare git