Skip to content

Commit

Permalink
yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnc committed Feb 21, 2023
1 parent b053e9c commit 9ca1d11
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit72.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: "7.2"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit73.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: "7.3"
with:
php_version: "7.3"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit74.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: "7.4"
with:
php_version: "7.4"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: "8.0"
with:
php_version: "8.0"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: "8.1"
with:
php_version: "8.1"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit82.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6
with:
php_version: "8.2"
with:
php_version: "8.2"

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
Expand Down

0 comments on commit 9ca1d11

Please sign in to comment.