We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9deafb8 commit 69f57a0Copy full SHA for 69f57a0
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
experimental: [false]
18
composer-options: ['']
19
include:
20
- - { php-version: 'nightly', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
+ - { php-version: 'nightly', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
21
steps:
22
- uses: actions/checkout@v6
23
- name: Use php ${{ matrix.php-version }}
0 commit comments