Skip to content

Commit 78854fb

Browse files
committed
Use swoole images
1 parent c31f611 commit 78854fb

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
- name: Run CodeQL
1818
run: |
19-
docker run --rm -v $PWD:/app composer sh -c \
19+
docker run --rm -v $PWD:/app phpswoole/swoole:5.1.8-php8.3-alpine sh -c \
2020
"composer install --profile --ignore-platform-reqs && composer check"

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
- name: Run Linter
1818
run: |
19-
docker run --rm -v $PWD:/app composer sh -c \
19+
docker run --rm -v $PWD:/app phpswoole/swoole:5.1.8-php8.3-alpine sh -c \
2020
"composer install --profile --ignore-platform-reqs && composer lint"

src/Database/Database.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Utopia\Database\Validator\Authorization;
2828
use Utopia\Database\Validator\Index as IndexValidator;
2929
use Utopia\Database\Validator\IndexDependency as IndexDependencyValidator;
30-
use Utopia\Database\Validator\Operator as OperatorValidator;
3130
use Utopia\Database\Validator\PartialStructure;
3231
use Utopia\Database\Validator\Permissions;
3332
use Utopia\Database\Validator\Queries\Document as DocumentValidator;

0 commit comments

Comments
 (0)