Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3', 'nightly']
php-versions: ['8.1', '8.2', '8.3', '8.4', 'nightly']

steps:
- name: Checkout repository
Expand Down
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
}
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-json": "*",
"ext-redis": "*",
"utopia-php/servers": "0.1.*",
"utopia-php/framework": "1.0.*",
"utopia-php/cli": "0.19.*",
"utopia-php/queue": "0.8.*"
"utopia-php/servers": "0.3.*",
"utopia-php/http": "1.2.*",
Comment thread
lohanidamodar marked this conversation as resolved.
Outdated
"utopia-php/cli": "0.23.*",
"utopia-php/queue": "0.16.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand All @@ -31,5 +31,11 @@
"format": "vendor/bin/pint",
"lint": "vendor/bin/pint --test",
"test": "vendor/bin/phpunit --configuration phpunit.xml"
},
"config": {
"allow-plugins": {
"php-http/discovery": false,
"tbachert/spi": false
}
}
}
Loading
Loading