Skip to content

Commit 8bd7c6f

Browse files
committed
build: drop php 8.0 support
1 parent c59ceea commit 8bd7c6f

4 files changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- operating-system: 'ubuntu-latest'
14-
php-version: '8.0'
15-
job-description: 'Ubuntu; PHP 8.0; latest-deps'
16-
17-
- operating-system: 'ubuntu-latest'
18-
php-version: '8.0'
19-
composer-flags: '--prefer-lowest'
20-
job-description: 'Ubuntu; PHP 8.0; lowest-deps'
21-
2213
- operating-system: 'ubuntu-latest'
2314
php-version: '8.1'
2415
job-description: 'Ubuntu; PHP 8.1; latest-deps'

.php-cs-fixer.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
->setRules([
99
'@Symfony' => true,
1010
'@Symfony:risky' => true,
11-
'@PHP8x0Migration:risky' => true,
12-
'@PHP8x0Migration' => true,
11+
'@PHP8x1Migration:risky' => true,
12+
'@PHP8x1Migration' => true,
1313

1414
'combine_consecutive_issets' => true,
1515
'combine_consecutive_unsets' => true,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo $xbbcode->getHtml();
1717
```
1818

1919
### Requirements:
20-
- PHP >= 8.0.2
20+
- PHP >= 8.1
2121

2222

2323
### Installation:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["xbbcode","bbcode"],
66
"license": "GPL-2.0-or-later",
77
"require": {
8-
"php": ">=8.0.2",
8+
"php": ">=8.1",
99
"geshi/geshi": "^v1.0.9.1"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)