mirror of https://github.com/sualko/cloud_bbb
Compare commits
No commits in common. "2dfa811937190d6fdb915c660cee4748a708695d" and "b6b0f9feb41205ee2108bf7b4d0ea38f6f60ca33" have entirely different histories.
2dfa811937
...
b6b0f9feb4
|
@ -6,7 +6,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ocp-version: [ '^28', '^27', '^26', '^25']
|
ocp-version: [ 'dev-stable27', 'dev-stable26', 'dev-stable25' ]
|
||||||
name: Nextcloud ${{ matrix.ocp-version }}
|
name: Nextcloud ${{ matrix.ocp-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
@ -35,9 +35,6 @@ class Application extends App implements IBootstrap {
|
||||||
parent::__construct(self::ID, $urlParams);
|
parent::__construct(self::ID, $urlParams);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @psalm-suppress InvalidArgument
|
|
||||||
*/
|
|
||||||
public function register(IRegistrationContext $context): void {
|
public function register(IRegistrationContext $context): void {
|
||||||
if ((@include_once __DIR__ . '/../../vendor/autoload.php') === false) {
|
if ((@include_once __DIR__ . '/../../vendor/autoload.php') === false) {
|
||||||
throw new \Exception('Cannot include autoload. Did you run install dependencies using composer?');
|
throw new \Exception('Cannot include autoload. Did you run install dependencies using composer?');
|
||||||
|
|
Loading…
Reference in New Issue