We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fc06d commit 3a2aae9Copy full SHA for 3a2aae9
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,9 @@ jobs:
23
- operating-system: 'ubuntu-latest'
24
php-version: 8.4
25
composer-flags: '--ignore-platform-req=php+'
26
+ - operating-system: 'ubuntu-latest'
27
+ php-version: 8.5
28
+ composer-flags: '-ignore-platform-req=php+'
29
psalm: none
30
31
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
0 commit comments