Skip to content

Commit 3a2aae9

Browse files
committed
Add PHP 8.5 to build pipeline
1 parent b6fc06d commit 3a2aae9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- operating-system: 'ubuntu-latest'
2424
php-version: 8.4
2525
composer-flags: '--ignore-platform-req=php+'
26+
- operating-system: 'ubuntu-latest'
27+
php-version: 8.5
28+
composer-flags: '-ignore-platform-req=php+'
2629
psalm: none
2730

2831
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}

0 commit comments

Comments
 (0)