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