Skip to content

Commit 6144b6b

Browse files
committed
Removed PHP 8 support
1 parent 0cdd0ac commit 6144b6b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/tests.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.0, 8.1, 8.2]
15+
php: [8.1, 8.2, 8.3]
1616
laravel: ['9.*', '10.*', '11.*']
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
exclude:
1919
- laravel: 9.*
2020
php: 8.2
21-
- laravel: 10.*
22-
php: 8.0
23-
- laravel: 11.*
24-
php: 8.0
21+
- laravel: 9.*
22+
php: 8.3
2523
- laravel: 11.*
2624
php: 8.1
2725
include:

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to `cybercog/laravel-ban` will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
79
- ([#95]) Added Laravel 11 support
810

11+
### Removed
12+
13+
- Dropped PHP 8 support
14+
915
## [4.8.0] - 2023-02-24
1016

1117
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"docs": "https://github.com/cybercog/laravel-ban/wiki"
3636
},
3737
"require": {
38-
"php": "^8.0",
38+
"php": "^8.1",
3939
"illuminate/database": "^9.0|^10.0|^11.0",
4040
"illuminate/events": "^9.0|^10.0|^11.0",
4141
"illuminate/support": "^9.0|^10.0|^11.0"

0 commit comments

Comments
 (0)