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:
12
12
runs-on : ubuntu-latest
13
13
14
14
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'
16
21
17
22
- name : Validate composer.json and composer.lock
18
23
run : composer validate
19
24
20
25
- name : Cache Composer packages
21
26
id : composer-cache
22
- uses : actions/cache@v2
27
+ uses : actions/cache@v4
23
28
with :
24
29
path : vendor
25
30
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
+
1
3
# Laravel Mail Assertions
2
4
Make assertions on emails in Laravel 6 - 11
3
5
You can’t perform that action at this time.
0 commit comments