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