mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 11:23:58 +00:00
Drop PHP 7.3 support
This commit is contained in:
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@@ -15,10 +15,6 @@ jobs:
|
|||||||
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
|
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
|
||||||
php-versions: ['7.4', '8.0', '8.1']
|
php-versions: ['7.4', '8.0', '8.1']
|
||||||
phpunit-versions: ['latest']
|
phpunit-versions: ['latest']
|
||||||
include:
|
|
||||||
- operating-system: 'ubuntu-latest'
|
|
||||||
php-versions: '7.3'
|
|
||||||
phpunit-versions: '8.5.21'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"issues": "https://github.com/ivuorinen/bbcodeparser/issues"
|
"issues": "https://github.com/ivuorinen/bbcodeparser/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.3 || ^8.0 || ^8.1"
|
"php": ">=7.4 || ^8.0 || ^8.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"dms/phpunit-arraysubset-asserts": "v0.3.1",
|
"dms/phpunit-arraysubset-asserts": "v0.3.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user