Skip to content

Commit 2745939

Browse files
committed
Merge branch 'ci' into development
2 parents 07a0f24 + 0ad0d77 commit 2745939

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/tests.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,29 @@ jobs:
5959
composer global require php-coveralls/php-coveralls
6060
php-coveralls --coverage_clover=build/logs/clover.xml -v
6161
62-
tests-last:
63-
runs-on: ubuntu-20.04
64-
timeout-minutes: 30
62+
tests-last:
63+
runs-on: ubuntu-20.04
64+
timeout-minutes: 30
6565

66-
strategy:
67-
fail-fast: true
66+
strategy:
67+
fail-fast: true
6868

69-
name: PHP 8.2 - Last
69+
name: PHP 8.2 - Last
7070

71-
steps:
72-
- name: Checkout
73-
uses: actions/checkout@v3
71+
steps:
72+
- name: Checkout
73+
uses: actions/checkout@v3
7474

75-
- name: Setup PHP
76-
uses: shivammathur/setup-php@v2
77-
with:
78-
php-version: 8.2
79-
tools: composer
80-
coverage: xdebug
75+
- name: Setup PHP
76+
uses: shivammathur/setup-php@v2
77+
with:
78+
php-version: 8.2
79+
tools: composer
80+
coverage: xdebug
8181

82-
- name: Install dependencies
83-
run:
84-
composer update
82+
- name: Install dependencies
83+
run:
84+
composer update
8585

86-
- name: PHPUnit
87-
run: vendor/bin/phpunit --verbose
86+
- name: PHPUnit
87+
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)