Skip to content

Commit

Permalink
Removed PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Mar 5, 2024
1 parent 0cdd0ac commit 6144b6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: ['9.*', '10.*', '11.*']
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 9.*
php: 8.2
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
- laravel: 9.*
php: 8.3
- laravel: 11.*
php: 8.1
include:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to `cybercog/laravel-ban` will be documented in this file.

## [Unreleased]

### Added

- ([#95]) Added Laravel 11 support

### Removed

- Dropped PHP 8 support

## [4.8.0] - 2023-02-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"docs": "https://github.com/cybercog/laravel-ban/wiki"
},
"require": {
"php": "^8.0",
"php": "^8.1",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/events": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0"
Expand Down

0 comments on commit 6144b6b

Please sign in to comment.