Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Nov 9, 2023
1 parent 46f857f commit d40806b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
coverage: none
tools: php-cs-fixer

- name: Checkout
uses: actions/checkout@v2

- name: Checkout
uses: actions/checkout@v2

- name: Install the dependencies
run: composer install --no-interaction --no-suggest

- name: Run the CS fixer
run: composer cs

Expand Down Expand Up @@ -58,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [8.1, 8.2]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit d40806b

Please sign in to comment.