File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2020 matrix :
2121 php-version : ['8.3', '8.4', '8.5']
2222
23- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.3
23+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.4
2424 with :
2525 php-version : ${{ matrix.php-version }}
2626
2929 strategy :
3030 fail-fast : false
3131
32- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.3
32+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.4
3333 with :
3434 enable_eslinter : false
3535 enable_jsonlinter : true
Original file line number Diff line number Diff line change @@ -40,14 +40,12 @@ jobs:
4040 - name : Setup PHP runtime
4141 uses : shivammathur/setup-php@v2
4242 with :
43- tools : composer, phive
43+ tools : phive
4444 php-version : ${{ inputs.php-version }}
4545 coverage : " none"
46- # A conflict exists between overtrue/phplint and redis
4746 extensions : :redis
4847
49- - name : Install overtrue/phplint (v9.7)
50- run : composer require overtrue/phplint --ignore-platform-reqs
51-
48+ - name : Install overtrue/phplint (latest)
49+ run : phive install overtrue/phplint --force-accept-unsigned --target ./bin
5250 - name : Lint PHP files
53- run : vendor /bin/phplint --exclude=vendor --no-cache --no-progress -v
51+ run : . /bin/phplint --no-cache --no-progress -v
You can’t perform that action at this time.
0 commit comments