mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-02 14:37:43 +02:00
run tests only on php >= 7.3
This commit is contained in:
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
|
php-versions: [ '7.3', '7.4', '8.0', '8.1' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user