Skip to content

Commit 5d8c96a

Browse files
author
Andrey Helldar
committed
Update GitHub Actions
1 parent 0d2c772 commit 5d8c96a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/phpunit.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
php: [ "7.2", "7.3", "7.4" ]
1212
laravel: [ "5.4.*" ]
13-
support: [ "2.0", "3.0" ]
13+
support: [ "2.0", "3.0", "4.0" ]
1414

1515
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
1616

@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
php: [ "7.2", "7.3", "7.4" ]
4646
laravel: [ "5.5.*" ]
47-
support: [ "2.0", "3.0" ]
47+
support: [ "2.0", "3.0", "4.0" ]
4848

4949
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
5050

@@ -78,7 +78,7 @@ jobs:
7878
matrix:
7979
php: [ "7.2", "7.3", "7.4" ]
8080
laravel: [ "5.6.*" ]
81-
support: [ "2.0", "3.0" ]
81+
support: [ "2.0", "3.0", "4.0" ]
8282

8383
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
8484

@@ -112,7 +112,7 @@ jobs:
112112
matrix:
113113
php: [ "7.2", "7.3", "7.4" ]
114114
laravel: [ "5.7.*" ]
115-
support: [ "2.0", "3.0" ]
115+
support: [ "2.0", "3.0", "4.0" ]
116116

117117
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
118118

@@ -146,7 +146,7 @@ jobs:
146146
matrix:
147147
php: [ "7.2", "7.3", "7.4" ]
148148
laravel: [ "5.8.*" ]
149-
support: [ "2.0", "3.0" ]
149+
support: [ "2.0", "3.0", "4.0" ]
150150

151151
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
152152

@@ -180,7 +180,7 @@ jobs:
180180
matrix:
181181
php: [ "7.2", "7.3", "7.4", "8.0" ]
182182
laravel: [ "^6.0" ]
183-
support: [ "2.0", "3.0" ]
183+
support: [ "2.0", "3.0", "4.0" ]
184184

185185
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
186186

@@ -214,7 +214,7 @@ jobs:
214214
matrix:
215215
php: [ "7.2", "7.3", "7.4", "8.0" ]
216216
laravel: [ "^7.0" ]
217-
support: [ "2.0", "3.0" ]
217+
support: [ "2.0", "3.0", "4.0" ]
218218

219219
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
220220

@@ -248,7 +248,7 @@ jobs:
248248
matrix:
249249
php: [ "7.3", "7.4", "8.0" ]
250250
laravel: [ "^8.0" ]
251-
support: [ "2.0", "3.0" ]
251+
support: [ "2.0", "3.0", "4.0" ]
252252

253253
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
254254

0 commit comments

Comments
 (0)