Skip to content

Commit fbc9b29

Browse files
committed
Tests
1 parent a2c2b57 commit fbc9b29

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: [7.4, 7.3, 7.2, 7.1, 7.0]
17+
php: [7.4, 7.3, 7.2]
1818

1919
name: PHP${{ matrix.php }}
2020

@@ -32,10 +32,11 @@ jobs:
3232
coverage: none
3333

3434
- name: Install Dependencies (PHP vendors)
35+
#run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --dev
3536
run: composer install
3637

3738
- name: Run code quality checks
38-
run: ./vendor/bin/phpcs
39+
run: vendor/bin/phpcs
3940

4041
- name: Execute tests via PHPUnit
4142
run: vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"minimum-stability": "dev",
2222
"require-dev": {
23-
"orchestra/testbench": "^6.0@dev",
23+
"orchestra/testbench": "5.*",
2424
"squizlabs/php_codesniffer": "3.*"
2525
}
2626
}

0 commit comments

Comments
 (0)