Skip to content

Commit

Permalink
Laravel in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 2, 2021
1 parent cfd16c9 commit 993f4aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
git checkout 01fe497c491c6e6ab6922fc6cc441d812a394f73
composer install --ignore-platform-reqs
../../../phpstan.phar analyse -c ../pocketmine.neon --memory-limit=2G
- php-version: 8.0
script: |
git clone https://github.com/laravel/framework.git e2e/integration/repo
cd e2e/integration/repo
git checkout 932e601d1e8063a51cbce95136d54367d6f3ece4
composer install
../../../phpstan.phar
steps:
- name: "Checkout"
Expand Down

0 comments on commit 993f4aa

Please sign in to comment.