chore: run third party tests in matrix

Signed-off-by: azjezz <azjezz@protonmail.com>
This commit is contained in:
azjezz 2022-12-07 09:29:46 +01:00
parent fc3230073e
commit 6d3be57cd9
No known key found for this signature in database
GPG Key ID: B00E0A46B3F1C157

View File

@ -16,6 +16,11 @@ jobs:
- 'stable'
os:
- 'ubuntu-latest'
target:
- 'psl'
- 'php-parser'
- 'symfony'
- 'laravel'
steps:
- name: checkout
@ -35,15 +40,5 @@ jobs:
run: |
cargo install just
- name: test azjezz/psl
run: just test-psl
- name: test nikic/php-parser
run: just test-php-parser
- name: test symfony/symfony
run: just test-symfony
- name: test laravel/framework
run: just test-laravel
- name: test ${{ matrix.target }}
run: just test-${{ matrix.target }}