We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5da173 commit 5d53c90Copy full SHA for 5d53c90
.github/workflows/php.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
15
name: Build PHP version ${{ matrix.php-versions }}
16
steps:
17
- uses: actions/checkout@v2
composer.json
@@ -12,7 +12,7 @@
"wiki": "https://wiki.multitheftauto.com/wiki/PHP_SDK"
},
"require": {
- "php": "^7.3",
+ "php": "^7.3 || ^8.0",
"ext-json": "*",
"php-http/client-implementation": "^1.0",
18
"php-http/httplug": "^2.2",
0 commit comments