Skip to content

Commit d8fd553

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)