Skip to content

Commit f63d86b

Browse files
committed
remove phpunit
1 parent 507902b commit f63d86b

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -63,36 +63,6 @@ jobs:
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

0 commit comments

Comments
 (0)