From eb5e3cf58e2b9855085c626a3b2bde3a82143e00 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 12 Sep 2021 08:01:46 +0200 Subject: [PATCH] Enable php nightly on test matrix Ref: https://github.com/shivammathur/setup-php/issues/491 Signed-off-by: William Desportes --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2139c6847..5c605ee86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: composer-options: [''] include: - { php-version: '8.1', experimental: false, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' } - #- { php-version: '8.2', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' } + - { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' } steps: - uses: actions/checkout@v2 - name: Use php ${{ matrix.php-version }}