Skip to content

Commit

Permalink
Github Action updates
Browse files Browse the repository at this point in the history
 - PHPUnit 11.4 compatible
 - Remove Oracle Database test for Moodle 5.0
  • Loading branch information
HuongNV13 committed Feb 21, 2025
1 parent b2b02fc commit b555f2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
- { branch: MOODLE_311_STABLE, php: "8.0", database: mysql, suite: phpunit }
- { branch: MOODLE_310_STABLE, php: "7.4", database: mysql, suite: phpunit }
- { branch: MOODLE_39_STABLE, php: "7.4", database: mysql, suite: phpunit }
- { branch: main, php: "8.3", database: oracle, suite: phpunit }
- { branch: MOODLE_405_STABLE, php: "8.3", database: oracle, suite: phpunit }
- { branch: MOODLE_404_STABLE, php: "8.3", database: oracle, suite: phpunit }
- { branch: MOODLE_403_STABLE, php: "8.2", database: oracle, suite: phpunit }
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then
testcmd="bin/moodle-docker-compose exec -T webserver vendor/bin/phpunit --filter core_dml_testcase"
elif [ "$SUITE" = "phpunit-full" ];
then
testcmd="bin/moodle-docker-compose exec -T webserver vendor/bin/phpunit --verbose"
testcmd="bin/moodle-docker-compose exec -T webserver vendor/bin/phpunit --display-deprecations --display-errors --display-notices --display-warnings"
else
echo "Error, unknown suite '$SUITE'"
exit 1
Expand Down

0 comments on commit b555f2d

Please sign in to comment.