File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 42
42
name : Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
43
43
runs-on : ${{ matrix.os }}-latest
44
44
steps :
45
+ - name : Checkout the code
46
+ uses : actions/checkout@v2
47
+
45
48
- name : Install PHP and composer environment
46
49
uses : shivammathur/setup-php@v2
47
50
with :
51
54
- name : Create Laravel test app
52
55
run : composer create-project laravel/laravel rollbar-test-app ${{ matrix.laravel }}
53
56
54
- - name : Checkout the code
55
- uses : actions/checkout@v2
56
-
57
57
- name : Install that code using Composer rigged to look in the parent directory
58
58
working-directory : rollbar-test-app
59
59
run : |
Original file line number Diff line number Diff line change 42
42
name : Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
43
43
runs-on : ${{ matrix.os }}-latest
44
44
steps :
45
+ - name : Checkout the code
46
+ uses : actions/checkout@v2
47
+
45
48
- name : Install PHP and composer environment
46
49
uses : shivammathur/setup-php@v2
47
50
with :
51
54
- name : Create Laravel test app
52
55
run : composer create-project laravel/laravel rollbar-test-app ${{ matrix.laravel }}
53
56
54
- - name : Checkout the code
55
- uses : actions/checkout@v2
56
-
57
57
- name : Install that code using Composer rigged to look in the parent directory
58
58
working-directory : rollbar-test-app
59
59
run : |
Original file line number Diff line number Diff line change 42
42
name : Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
43
43
runs-on : ${{ matrix.os }}-latest
44
44
steps :
45
+ - name : Checkout the code
46
+ uses : actions/checkout@v2
47
+
45
48
- name : Install PHP and composer environment
46
49
uses : shivammathur/setup-php@v2
47
50
with :
51
54
- name : Create Laravel test app
52
55
run : composer create-project laravel/laravel rollbar-test-app ${{ matrix.laravel }}
53
56
54
- - name : Checkout the code
55
- uses : actions/checkout@v2
56
-
57
57
- name : Install that code using Composer rigged to look in the parent directory
58
58
working-directory : rollbar-test-app
59
59
run : |
You can’t perform that action at this time.
0 commit comments