mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-15 02:03:38 +03:00
changed to PHP >= 3 & run test via composer test
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -18,7 +18,6 @@ jobs:
|
||||
- windows-latest
|
||||
php-version:
|
||||
- 7.4
|
||||
- 8.1
|
||||
phpunit-version:
|
||||
- 8.5.2
|
||||
dependencies:
|
||||
@@ -69,7 +68,7 @@ jobs:
|
||||
# - name: Install dependencies
|
||||
# run: composer install --prefer-dist
|
||||
- name: Run tests with phpunit
|
||||
run: phpunit tests
|
||||
run: composer test
|
||||
|
||||
|
||||
# - name: Setup composer
|
||||
|
||||
Reference in New Issue
Block a user