diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f480762..7209a81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,10 +14,11 @@ jobs: test: name: 'Run tests' runs-on: ubuntu-latest + continue-on-error: ${{ matrix.php == '8.6' }} strategy: matrix: - php: [ '7.1', '7.4', '8.2' ] + php: [ '7.1', '7.4', '8.2', '8.6' ] steps: - name: Checkout repository