Skip to content

Commit 5d53c90

Browse files
authored
Add support for PHP 8 (#95)
1 parent b5da173 commit 5d53c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['7.3', '7.4']
14+
php-versions: ['7.3', '7.4', '8.0']
1515
name: Build PHP version ${{ matrix.php-versions }}
1616
steps:
1717
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"wiki": "https://wiki.multitheftauto.com/wiki/PHP_SDK"
1313
},
1414
"require": {
15-
"php": "^7.3",
15+
"php": "^7.3 || ^8.0",
1616
"ext-json": "*",
1717
"php-http/client-implementation": "^1.0",
1818
"php-http/httplug": "^2.2",

0 commit comments

Comments
 (0)