Skip to content

Commit

Permalink
Merge pull request #284 from oat-sa/feat/REL-1723/update-flysystem
Browse files Browse the repository at this point in the history
Update flysystem usage after upgrade
  • Loading branch information
augustas authored Nov 28, 2024
2 parents 56e9490 + 9c546e5 commit 00f448d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ]
php-version: [ '8.1', '8.2', '8.3' ]
include:
- php-version: '8.1'
- php-version: '8.3'
coverage: true

steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"require": {
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
"oat-sa/generis" : ">=15.22",
"oat-sa/tao-core" : ">=50.24.6",
"oat-sa/lib-tao-dtms" : "^1.0.1",
"oat-sa/generis": ">=16.0.0",
"oat-sa/tao-core": ">=54.26.0",
"oat-sa/lib-tao-dtms": "^1.0.1",
"qtism/qtism": ">=0.25.0"
},
"autoload" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function deleteResult($deliveryResultIdentifier)
/** @var taoResultServer_models_classes_Variable $variable */
$variable = $rawVariable[0]->variable;
if ($this->isFileReference($variable)) {
$this->getFileSystem()->deleteDir(
$this->getFileSystem()->deleteDirectory(
$this->getFilePathFactory()->getDirPath($deliveryResultIdentifier)
);
}
Expand Down

0 comments on commit 00f448d

Please sign in to comment.