1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-31 13:40:16 +02:00

run tests only on php >= 7.3

This commit is contained in:
Danny van Kooten
2022-02-17 10:42:10 +01:00
parent 0a94ba4142
commit ac028a7f3f

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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:
- uses: actions/checkout@v2