Skip to content

Commit

Permalink
Update phpcs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 20, 2024
1 parent 2515e64 commit 5909ac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ on:
jobs:
phpcs:
name: PHPCS
runs-on: ${{ matrix.operating-system }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
operating-system: [ubuntu-latest]
os: [ubuntu-latest]
php-version: ['7.2']
steps:
- uses: actions/checkout@v4
- name: Setup PHP
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
Expand Down

0 comments on commit 5909ac5

Please sign in to comment.