Skip to content

Commit

Permalink
Codestyle: improvements (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek committed Jun 28, 2021
1 parent 1c50152 commit 40293aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -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
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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'"
Expand Down

0 comments on commit 40293aa

Please sign in to comment.