mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
changed to PHP >= 3 & run test via composer test
This commit is contained in:
@@ -18,7 +18,6 @@ jobs:
|
|||||||
- windows-latest
|
- windows-latest
|
||||||
php-version:
|
php-version:
|
||||||
- 7.4
|
- 7.4
|
||||||
- 8.1
|
|
||||||
phpunit-version:
|
phpunit-version:
|
||||||
- 8.5.2
|
- 8.5.2
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -69,7 +68,7 @@ jobs:
|
|||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# run: composer install --prefer-dist
|
# run: composer install --prefer-dist
|
||||||
- name: Run tests with phpunit
|
- name: Run tests with phpunit
|
||||||
run: phpunit tests
|
run: composer test
|
||||||
|
|
||||||
|
|
||||||
# - name: Setup composer
|
# - name: Setup composer
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": ">=7.3",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"php-di/php-di": "^6.0"
|
"php-di/php-di": "^6.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user