File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-archiver/.github/workflowsLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: php.yml name: Continuous Integration on: [push] jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.2', '7.3', '7.4'] name: PHP ${{ matrix.php-versions }} steps: - uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} coverage: none extensions: zip - name: Packagist.com Auth run: composer config --global --auth http-basic.repo.packagist.com token ${{ secrets.PACKAGIST_TOKEN }} - name: Validate composer.json and composer.lock run: composer validate - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest - name: Run PHPUnit run: vendor/bin/phpunit - name: Run PHPCS run: vendor/bin/phpcs Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirphp.ymlFile921.00 B Rename | Delete | Edit