Skip to content

Commit

Permalink
Stop testing super old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Mar 20, 2024
1 parent d1503f1 commit 17d5d36
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
laravel: [ 8.*, 9.*, 10.*, 11.* ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9.*, 10.*, 11.* ]
guzzle: [ 6.*, 7.* ]
dependency-version: [ prefer-lowest, prefer-stable ]
include:
- laravel: 8.*
testbench: 6.*

- laravel: 9.*
testbench: 7.*

Expand All @@ -32,42 +29,20 @@ jobs:
testbench: 9.*

exclude:
# PHP 8.1 requires Laravel 8.65, so skip lowest
- laravel: 8.*
php: 8.1
dependency-version: prefer-lowest

- laravel: 9.*
php: 7.4

# Laravel 9 requires Guzzle ^7.2
- laravel: 9.*
guzzle: 6.*

# Only test PHP 8.2 with Laravel 9
- laravel: 8.*
php: 8.2

# PHP 8.2 requires Laravel 9.33 at least, so skip lowest
- laravel: 9.*
php: 8.2
dependency-version: prefer-lowest

# Laravel 10 requires PHP 8.1
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 8.0

# Laravel 10 requires Guzzle ^7.2
- laravel: 10.*
guzzle: 6.*

# Laravel 11 requires PHP 8.2
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

Expand Down

0 comments on commit 17d5d36

Please sign in to comment.