Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSkywalker committed Oct 24, 2024
2 parents b88582e + e2dc149 commit 488ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
REPO_ROOT="`pwd`"
cd "$REPO_ROOT"/server/moodle
composer require --dev phpunit/phpunit
composer require --dev phpunit/phpunit ^9
if [ ! -d "$REPO_ROOT/server/moodledata/phpunit" ]; then
mkdir "$REPO_ROOT/server/moodledata/phpunit"
Expand Down

0 comments on commit 488ab32

Please sign in to comment.