Skip to content

Commit

Permalink
TEMP/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Mar 4, 2024
1 parent 3e92cd0 commit a165f99
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,37 +47,6 @@ jobs:
- php: '8.3'
phpcs_version: '3.7.0'

- php: '8.2'
phpcs_version: 'dev-master'
- php: '8.2'
phpcs_version: '3.6.1'

- php: '8.1'
phpcs_version: 'dev-master'
- php: '8.1'
phpcs_version: '3.6.1'

- php: '8.0'
phpcs_version: 'dev-master'
- php: '8.0'
phpcs_version: '3.5.7'

- php: '7.4'
phpcs_version: 'dev-master'
- php: '7.4'
phpcs_version: '3.5.0'

- php: '7.3'
phpcs_version: 'dev-master'
- php: '7.3'
phpcs_version: '3.3.1'

# Experimental builds. These are allowed to fail.
- php: '7.4'
phpcs_version: '4.0.x-dev'

- php: '8.4' # Nightly.
phpcs_version: 'dev-master'

name: "Test${{ matrix.phpcs_version == 'dev-master' && ' + Lint' || '' }}: PHP ${{ matrix.php }} - PHPCS ${{ matrix.phpcs_version }}"

Expand Down Expand Up @@ -115,6 +84,8 @@ jobs:
run: |
# Set the PHPCS version to be used in the tests.
composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}" --no-scripts --no-interaction
# Set the PHPCSUtils version to be used in the tests.
composer require --no-update phpcsstandards/phpcsutils:"1.0.8" --no-scripts --no-interaction
# Remove the PHPCSDevCS dependency as it has different PHPCS requirements and would block installs.
composer remove --no-update --dev phpcsstandards/phpcsdevcs --no-scripts --no-interaction
Expand Down

0 comments on commit a165f99

Please sign in to comment.