Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Drop support for PHP 7.4, PHP 8.0, Laravel 8 and Laravel 9
  • Loading branch information
bilfeldt committed Jun 7, 2024
1 parent 3b8c126 commit f8dc054
Showing 1 changed file with 8 additions and 27 deletions.
35 changes: 8 additions & 27 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,17 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1, 8.0, 7.4]
laravel: [7.*, 8.*, 9.*, 10.*, 11.*]
php: [8.3, 8.2, 8.1]
laravel: ['10.*', '11.*']
dependency-version: [prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 7.*
php: 8.1
- laravel: 9.*
php: 7.4
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

- laravel: 11.*
php: 8.1
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
Expand Down

0 comments on commit f8dc054

Please sign in to comment.