Skip to content

Commit

Permalink
Enable php nightly on test matrix
Browse files Browse the repository at this point in the history
Ref: shivammathur/setup-php#491

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Sep 12, 2021
1 parent 1db358c commit eb5e3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit eb5e3cf

Please sign in to comment.