Skip to content

Commit

Permalink
chore: enable backend testing in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Dec 17, 2024
1 parent 3e95ec6 commit c40cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main
with:
enable_backend_testing: false
enable_backend_testing: true
enable_phpstan: true
php_versions: '["8.0", "8.1", "8.2", "8.3"]'
backend_directory: .

0 comments on commit c40cde7

Please sign in to comment.