Skip to content

Commit 69f57a0

Browse files
committed
ci: improve nightly
1 parent 9deafb8 commit 69f57a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
experimental: [false]
1818
composer-options: ['']
1919
include:
20-
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php', experimental: true, os: ubuntu-latest }
20+
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Use php ${{ matrix.php-version }}

0 commit comments

Comments
 (0)