mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-15 18:23:26 +03:00
Seem to get no error local, test on actions
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,6 +13,6 @@ jobs:
|
||||
with:
|
||||
php_version: 7.4.6
|
||||
- name: PHPUnit version
|
||||
run: phpunit --version
|
||||
run: vendor/bin/phpunit --version
|
||||
- name: PHPUnit tests
|
||||
run: vendor/bin/phpunit tests
|
||||
@@ -32,7 +32,7 @@
|
||||
"php-di/php-di": "^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"mockery/mockery": "^1"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user