1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-19 06:41:32 +02:00

check php syntax on all supported versions

This commit is contained in:
Danny van Kooten
2025-01-05 21:30:35 +01:00
parent 36f67da100
commit 9d62094f74
3 changed files with 24 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.3', '8.0', '8.3' ]
php-versions: [ '7.3', 'highest' ]
steps:
- uses: actions/checkout@v2
@@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress
run: composer install --no-progress
- name: Run test suite
run: composer run-script test