Skip to content

Commit e8201f5

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
php-version: 8.4
2525
composer-flags: '--ignore-platform-req=php+'
2626
psalm: none
27+
- operating-system: 'ubuntu-latest'
28+
php-version: 8.5
29+
composer-flags: '--ignore-platform-req=php+'
30+
psalm: none
2731

2832
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
2933
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)