📂 FileMgr
📍
/
opt
/
.wp-cli
/
packages
/
vendor
/
composer
/
semver
/
.github
/
workflows
✏️ hpstan.yml
⬅ Kembali
name: "PHPStan" on: - push - pull_request permissions: contents: read jobs: tests: name: "PHPStan" runs-on: ubuntu-latest strategy: matrix: include: - php-version: "7.4" phpunit-version-constraint: "^7.5" - php-version: "8.3" phpunit-version-constraint: "^9.6" steps: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php-version }}" coverage: none - uses: ramsey/composer-install@v3 with: dependency-versions: highest - name: Run PHPStan run: | composer require --dev phpunit/phpunit:"${{ matrix.phpunit-version-constraint }}" --with-all-dependencies -n vendor/bin/phpstan analyse
💾 Simpan
Batal
⬅ .github
3 item
Nama
Tipe
Ukuran
Diubah
Aksi
📄
continuous-integration.yml
yml
974 B
2025-05-25 12:40
✏️
👁️
🔤
🗑
📄
lint.yml
yml
973 B
2025-05-25 12:40
✏️
👁️
🔤
🗑
📄
phpstan.yml
yml
814 B
2025-05-25 12:40
✏️
👁️
🔤
🗑
✏️ Rename
Nama Baru
Simpan
Batal