Skip to content

Commit a123172

Browse files
author
Andrey Helldar
authored
Merge pull request #15 from andrey-helldar/deprecated-laravels
Deprecated laravels
2 parents 6e07a67 + 8c3f1fb commit a123172

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ 7.3, 7.4 ]
13-
laravel: [ 6.0, 7.0, 8.0 ]
12+
laravel: [ 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0, 8.0 ]
1413

15-
name: PHP ${{ matrix.php }} - ${{ matrix.laravel }}
14+
name: Laravel ${{ matrix.laravel }}
1615

1716
steps:
1817
- name: Checkout code
@@ -21,7 +20,7 @@ jobs:
2120
- name: Setup PHP
2221
uses: shivammathur/setup-php@v1
2322
with:
24-
php-version: ${{ matrix.php }}
23+
php-version: 7.4
2524
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
2625
coverage: xdebug
2726

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"illuminate/view": "^5.0|^6.0|^7.0|^8.0"
3030
},
3131
"require-dev": {
32-
"mockery/mockery": "^1.0",
33-
"orchestra/testbench": "^4.0|^5.0|^6.0",
34-
"phpunit/phpunit": "^8.0|^9.0"
32+
"mockery/mockery": "^0.9|^1.0",
33+
"orchestra/testbench": "^3.4|^4.0|^5.0|^6.0",
34+
"phpunit/phpunit": "^5.7|^6.0|^7.0|8.0|^9.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)