Skip to content

Commit

Permalink
Drop EOL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed Apr 15, 2024
1 parent c18ae06 commit 51968f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 26 deletions.
26 changes: 6 additions & 20 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,16 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, '8.2']
laravel: [^7.0, ^8.0, ^9.0, ^10.0, '^11.0']
php: [8.1, 8.2, 8.3]
laravel: [^10.0, ^11.0]
include:
- laravel: ^11.0
testbench: ^9.0
- laravel: ^10.0
testbench: ^8.0
- laravel: ^9.0
testbench: ^7.0
- laravel: ^8.0
testbench: ^6.0
- laravel: ^7.0
testbench: ^5.0
- laravel: '^11.0'
testbench: ^9.0
exclude:
- laravel: '^11.0'
php: 8.0
- laravel: '^11.0'
php: 8.1
- laravel: ^10.0
php: 8.0
- laravel: ^7.0
- laravel: ^11.0
php: 8.1
- laravel: ^7.0
php: 8.2

name: TESTS PHP ${{ matrix.php }} LARAVEL ${{ matrix.laravel }} TESTBENCH ${{ matrix.testbench }}

Expand Down Expand Up @@ -94,7 +80,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, '8.2']
php: [7.4, 8.2]

name: Coverage P${{ matrix.php }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"name": "Brian Matovu",
"email": "[email protected]",
"homepage": "https://bmatovu.com",
"role": "Developer"
"role": "Maintainer"
}
],
"require": {
"php": "^8.0",
"illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0"
"php": "^8.1",
"illuminate/http": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0"
},
"require-dev": {
"code-lts/doctum": "^5.5",
"friendsofphp/php-cs-fixer": "^3.14",
"laravel/framework": "^10.0|^11.0",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^8.4|^9.0|^10.0|^11.0"
"phpunit/phpunit": "^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 51968f1

Please sign in to comment.