Skip to content

Commit

Permalink
Merge pull request #375 from alies-dev/fix-1.x-tests
Browse files Browse the repository at this point in the history
Run Application tests using PHP 8.0
  • Loading branch information
alies-dev authored Mar 16, 2024
2 parents 5847f1a + ae18cb9 commit fbcf944
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
coverage: none

- name: Test Laravel
run: |
Expand Down

0 comments on commit fbcf944

Please sign in to comment.