We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a1516 commit a20096aCopy full SHA for a20096a
.github/workflows/ci.yml
@@ -37,19 +37,6 @@ jobs:
37
# Laravel 8 requires php 7.3+, so exclude all PHP versions prior to 7.3
38
- laravel: ^8
39
php: 7.2
40
- - laravel: ^8
41
- php: 7.1
42
43
- php: 7.0
44
- # Laravel 7 and 6 requires php 7.2+, so exclude all PHP versions prior to 7.2
45
- - laravel: ^7
46
47
48
49
- - laravel: ^6
50
51
52
53
env:
54
ROLLBAR_TOKEN: "ad865e76e7fb496fab096ac07b1dbabb"
55
name: Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }} (${{ matrix.os }})
0 commit comments