no need to test latest php
This commit is contained in:
parent
48fef0d993
commit
28114d3b8a
@ -16,20 +16,6 @@ jobs:
|
|||||||
- run: composer run cs:check
|
- run: composer run cs:check
|
||||||
- run: composer run psalm:check
|
- run: composer run psalm:check
|
||||||
|
|
||||||
nextcloud-27:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container: nextcloud:27
|
|
||||||
steps:
|
|
||||||
- run: apt-get update
|
|
||||||
- run: apt-get install -y git nodejs
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
|
||||||
- run: chmod +x /usr/local/bin/composer
|
|
||||||
- run: composer install
|
|
||||||
- run: composer run lint
|
|
||||||
- run: composer run cs:check
|
|
||||||
- run: composer run psalm:check
|
|
||||||
|
|
||||||
nodejs:
|
nodejs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user