Skip to content

Commit

Permalink
Add PHP 7.1 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Feb 27, 2021
1 parent 88a3b56 commit 3d028d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 7.4, 7.3, 7.2]
php: [8.0, 7.4, 7.3, 7.2, 7.1]
laravel: [8.*, 7.*, 6.*, 5.8.*]
stability: [prefer-stable]
include:
Expand All @@ -24,10 +24,16 @@ jobs:
exclude:
- laravel: 8.*
php: 7.2
- laravel : 8.*
php : 7.1
- laravel: 7.*
php: 8.0
- laravel : 7.*
php : 7.1
- laravel: 6.*
php: 8.0
- laravel : 6.*
php : 7.1
- laravel: 5.8.*
php: 8.0

Expand Down

0 comments on commit 3d028d0

Please sign in to comment.