diff --git a/.editorconfig b/.editorconfig index a828607..3faf149 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ indent_style = tab indent_size = tab tab_width = 4 -[{*.json,*.yml,*.yaml,*.md}] +[{*.json, *.yaml, *.yml, *.md}] indent_style = space indent_size = 2 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e2f0c39..18022bc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,8 +23,8 @@ jobs: strategy: matrix: - php-version: ["7.3"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.3" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false steps: @@ -82,8 +82,8 @@ jobs: strategy: matrix: - php-version: ["7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.4" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false steps: @@ -138,8 +138,8 @@ jobs: strategy: matrix: - php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.1", "7.2", "7.3", "7.4", "8.0" ] + operating-system: [ "ubuntu-latest" ] composer-args: [ "" ] include: - php-version: "7.4" @@ -207,8 +207,8 @@ jobs: strategy: matrix: - php-version: ["7.4"] - operating-system: ["ubuntu-latest"] + php-version: [ "7.4" ] + operating-system: [ "ubuntu-latest" ] fail-fast: false if: "github.event_name == 'push'"