Skip to content

Commit

Permalink
Remove 7.1 and 7.2 from testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Aug 23, 2022
1 parent f3e643c commit af85d95
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1]
php: [8.1, 8.0, 7.4, 7.3]
laravel: [9.*, 8.*, 7.*, 6.*, 5.8.*]
dbal: [^2.12, ^3.0]
include:
Expand All @@ -32,28 +32,16 @@ jobs:
php: 7.4
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.2
- laravel: 9.*
php: 7.1
- laravel: 8.*
php: 8.1
- laravel: 8.*
php: 7.2
- laravel : 8.*
php : 7.1
- laravel: 7.*
php: 8.1
- laravel: 7.*
php: 8.0
- laravel : 7.*
php : 7.1
- laravel: 6.*
php: 8.1
- laravel: 6.*
php: 8.0
- laravel : 6.*
php : 7.1
- laravel: 5.8.*
php: 8.1
- laravel: 5.8.*
Expand Down

0 comments on commit af85d95

Please sign in to comment.