Skip to content

Commit f75b63a

Browse files
committed
fix(ci): Ignore php requirement
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 4662078 commit f75b63a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
php-versions: ['8.3']
46+
php-versions: ['8.5']
4747

4848
name: cs php${{ matrix.php-versions }}
4949
steps:
@@ -59,7 +59,7 @@ jobs:
5959
coverage: none
6060

6161
- name: Install dependencies
62-
run: composer i
62+
run: composer i --ignore-platform-req=php
6363

6464
- name: Run coding standards check
6565
run: composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )

0 commit comments

Comments
 (0)