We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd52d2 commit c4842cbCopy full SHA for c4842cb
.github/workflows/build-ci.yml
@@ -7,27 +7,6 @@ on:
7
pull_request:
8
9
jobs:
10
- php-cs-fixer:
11
- runs-on: ubuntu-latest
12
- env:
13
- PHP_CS_FIXER_VERSION: v3.22.0
14
- strategy:
15
- matrix:
16
- php:
17
- - '8.1'
18
- steps:
19
- - name: Checkout
20
- uses: actions/checkout@v2
21
- - name: Setup PHP
22
- uses: shivammathur/setup-php@v2
23
- with:
24
- php-version: ${{ matrix.php }}
25
- extensions: curl,mbstring
26
- tools: php-cs-fixer:${{ env.PHP_CS_FIXER_VERSION }}
27
- coverage: none
28
- - name: Run PHP-CS-Fixer Fix, version ${{ env.PHP_CS_FIXER_VERSION }}
29
- run: php-cs-fixer fix --dry-run --diff --ansi
30
-
31
build:
32
runs-on: ${{ matrix.os }}
33
name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
0 commit comments