File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 29
29
- name : Install dependencies
30
30
run : composer require laravel/framework:^${{ matrix.laravel }}
31
31
32
- - name : Update PHPUnit Configuration
33
- run : vendor/bin/phpunit --migrate-configuration
34
-
35
32
- name : Execute tests
36
33
run : vendor/bin/pest --group SQLite
37
34
75
72
max_attempts : 5
76
73
command : composer require laravel/framework:^${{ matrix.laravel }}
77
74
78
- - name : Update PHPUnit Configuration
79
- run : vendor/bin/phpunit --migrate-configuration
80
-
81
75
- name : Execute tests
82
76
run : vendor/bin/pest --group MySQL
83
77
env :
@@ -130,9 +124,6 @@ jobs:
130
124
- name : Install dependencies
131
125
run : composer require laravel/framework:^${{ matrix.laravel }}
132
126
133
- - name : Update PHPUnit Configuration
134
- run : vendor/bin/phpunit --migrate-configuration
135
-
136
127
- name : Execute tests
137
128
run : vendor/bin/pest --group Postgres
138
129
env :
You can’t perform that action at this time.
0 commit comments