mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
remove matrix include & PHPUnit requires PHP >= 7.3
This commit is contained in:
@@ -15,19 +15,19 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
# - windows-latest
|
- windows-latest
|
||||||
php-version:
|
php-version:
|
||||||
# - 7.3
|
|
||||||
- 7.4
|
- 7.4
|
||||||
|
- 8.1
|
||||||
phpunit-version:
|
phpunit-version:
|
||||||
- 8.5.2
|
- 8.5.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- lowest
|
- lowest
|
||||||
# - highest
|
- highest
|
||||||
include:
|
# include:
|
||||||
- os: ubuntu-latest
|
# - os: ubuntu-latest
|
||||||
php-version: '7.2'
|
# php-version: '7.2'
|
||||||
phpunit-version: '8.5.2'
|
# phpunit-version: '8.5.2'
|
||||||
name: PHPUnit Tests
|
name: PHPUnit Tests
|
||||||
steps:
|
steps:
|
||||||
- name: Configure git to avoid issues with line endings
|
- name: Configure git to avoid issues with line endings
|
||||||
|
|||||||
Reference in New Issue
Block a user