File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 6363 --no-scripts
6464 --strict
6565 working-directory: "solid"
66- # 02.test.php.test-unit.yml
67- php-unittest :
68- name : PHP Unit Tests
69- needs :
70- - lint-php-syntax
71- - validate-dependencies-file
72- runs-on : ubuntu-24.04
73- strategy :
74- fail-fast : false
75- matrix :
76- php :
77- # disabled for now - phpunit needs to run in a complete nextcloud env to work so this route is not doing to fly.
78- # - '8.1' # from 2021-11 to 2023-11 (2025-12)
79- # - '8.2' # from 2022-12 to 2024-12 (2026-12)
80- # - '8.3' # from 2023-11 to 2025-12 (2027-12)
81- steps :
82- - uses : actions/checkout@v4
83- - uses : shivammathur/setup-php@v2
84- with :
85- coverage : xdebug
86- ini-values : error_reporting=E_ALL, display_errors=On
87- php-version : ${{ matrix.php }}
88- - name : Install and Cache Composer dependencies
89- uses : " ramsey/composer-install@v2"
90- with :
91- dependency-versions : " lowest"
92- working-directory : " solid"
93- env :
94- COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
95- - run : solid/vendor/phpunit/phpunit/phpunit --configuration solid/phpunit.xml
9666 # 03.quality.php.scan.dependencies-vulnerabilities.yml
9767 scan-dependencies-vulnerabilities :
9868 name : Scan Dependencies Vulnerabilities
You can’t perform that action at this time.
0 commit comments