Skip to content

Commit

Permalink
Merge branch 'feature/drop-php8.0-support'
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
xel1045 committed May 9, 2024
2 parents 2d256f9 + 76a3a4a commit 6eca90d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2]
laravel: [9.*, 10.*]
php: [8.1, 8.2, 8.3]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.0
laravel: 10.*
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^8.0",
"exolnet/laravel-html-list": "^2.0.0",
"illuminate/support": "^9.0|^10.0"
"php": "^8.1",
"exolnet/laravel-html-list": "^3.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"exolnet/phpcs-config": "^2.0",
"mockery/mockery": "^1.5.1",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.5",
"squizlabs/php_codesniffer": "^3.7.1"
},
Expand Down

0 comments on commit 6eca90d

Please sign in to comment.