File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/inpsyde/backwpup-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] jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.2', '7.3', '7.4', '8.0'] 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 - 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.ymlFile857.00 B Rename | Delete | Edit