Skip to content

Commit

Permalink
Delete PHP Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Jan 16, 2025
1 parent abe1929 commit 2b02096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
phpcs:
name: PHP Lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]

steps:
- name: Checkout
Expand All @@ -60,12 +56,12 @@ jobs:
- name: PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: none
tools: cs2pr

- name: composer install
run: composer install

- name: PHPCS check
run: "./vendor/bin/phpcs . -q --report=checkstyle --warning-severity=6 --runtime-set testVersion ${{ matrix.php }}- | cs2pr"
run: './vendor/bin/phpcs . -q --report=checkstyle --warning-severity=6 --runtime-set testVersion 5.6- | cs2pr'
54 changes: 0 additions & 54 deletions .github/workflows/php-compatibility.yml

This file was deleted.

0 comments on commit 2b02096

Please sign in to comment.