Skip to content

Commit

Permalink
drop L8 & P7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 25, 2024
1 parent 9949de8 commit 2fe311f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,14 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: true
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1, 8.0, 7.4]
laravel: [8.*, 9.*, 10.*, 11.*]
php: [8.3, 8.2, 8.1, 8.0]
laravel: [9.*, 10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- 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.*
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
],
"homepage": "https://github.com/astrotomic/laravel-webmentions",
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/collections": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
"illuminate/collections": "^9.0 || ^10.0 || ^11.0",
"illuminate/http": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"gajus/dindent": "^2.0",
"orchestra/testbench": "^6.25 || ^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.3 || ^10.0"
},
"autoload": {
Expand Down

0 comments on commit 2fe311f

Please sign in to comment.