File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,19 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
16+ - name : Setup PHP
17+ id : setup-php
18+ uses : shivammathur/setup-php@v2
19+ with :
20+ php-version : ' 8.3'
1621
1722 - name : Validate composer.json and composer.lock
1823 run : composer validate
1924
2025 - name : Cache Composer packages
2126 id : composer-cache
22- uses : actions/cache@v2
27+ uses : actions/cache@v4
2328 with :
2429 path : vendor
2530 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1+ ![ Build Status] ( https://github.com/bpedroza/laravel-mail-assertions/actions/workflows/run-tests.yml/badge.svg )
2+
13# Laravel Mail Assertions
24Make assertions on emails in Laravel 6 - 11
35
You can’t perform that action at this time.
0 commit comments