Drop PHP 7.3 support

This commit is contained in:
Ismo Vuorinen
2022-02-10 17:17:15 +02:00
parent 781ff60337
commit 92ac4c646d
2 changed files with 1 additions and 5 deletions

View File

@@ -15,10 +15,6 @@ jobs:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
php-versions: ['7.4', '8.0', '8.1']
phpunit-versions: ['latest']
include:
- operating-system: 'ubuntu-latest'
php-versions: '7.3'
phpunit-versions: '8.5.21'
steps:
- name: Setup PHP

View File

@@ -33,7 +33,7 @@
"issues": "https://github.com/ivuorinen/bbcodeparser/issues"
},
"require": {
"php": ">=7.3 || ^8.0 || ^8.1"
"php": ">=7.4 || ^8.0 || ^8.1"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "v0.3.1",