File manager - Edit - /var/www/payraty/hris/vendor/fedapay/fedapay-php/.github/workflows/php.yml
Back
name: PHP Composer on: push: branches: [ "master" ] pull_request: branches: [ "master" ] permissions: contents: read jobs: tests: name: Tests runs-on: ubuntu-latest strategy: fail-fast: false matrix: env: - AUTOLOAD=0 - AUTOLOAD=1 php-version: - "5.6" - "7.0" - "7.1" - "7.2" - "7.3" - "7.4" - "8.0" - "8.1" - "8.2" steps: - uses: actions/checkout@v4 - name: Validate composer.json and composer.lock run: composer validate --strict - name: Cache Composer packages id: composer-cache uses: actions/cache@v3 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-php- - name: Install dependencies run: composer install --prefer-dist --no-progress # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" # Docs: https://getcomposer.org/doc/articles/scripts.md - name: Run test suite run: php ./build.php ${AUTOLOAD}
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings