Skip to content

Commit 355eee9

Browse files
authored
Merge pull request #7 from chadicus/master
Ensure traderinteractive/exceptions is compatible with PHP 8.3
2 parents 03258dd + 19cff34 commit 355eee9

File tree

5 files changed

+4
-56
lines changed

5 files changed

+4
-56
lines changed

.coveralls.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['7.3', '7.4', '8.0', '8.1']
14+
php-versions: ['7.0', '7.3', '7.4', '8.0', '8.1', '8.3', '8.4']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.scrutinizer.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"sort-packages": true
1212
},
1313
"require": {
14-
"php": "^7.3 || ^8.0"
14+
"php": "^7.0||^8.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
1818
"TraderInteractive\\Exceptions\\": "src"
1919
}
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.0",
22+
"phpunit/phpunit": "^6.5||^9.0",
2323
"squizlabs/php_codesniffer": "^3.2"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)