diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d87fc6e..ae4913cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,10 @@ jobs: fail-fast: false matrix: php: [7.3, 7.4] + experimental: [false] + include: + - php: 8.0 + experimental: true name: PHP ${{ matrix.php }} steps: - name: checkout