File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-restore-shared/.github/workflowsLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: ci.yml name: Continuous Integration on: push: branches: - develop jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.2', '7.3'] 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 tools: composer:v1 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)Dirci.ymlFile1.10 KB Rename | Delete | Edit