Skip to content

Bump actions/checkout to v6 and improve Taskfile#29

Merged
turegjorup merged 1 commit intodevelopfrom
feature/ci-and-taskfile-improvements
Mar 24, 2026
Merged

Bump actions/checkout to v6 and improve Taskfile#29
turegjorup merged 1 commit intodevelopfrom
feature/ci-and-taskfile-improvements

Conversation

@turegjorup
Copy link
Contributor

Summary

  • Bumped actions/checkout from v5 to v6 in all GitHub workflow files
  • Renamed PHP_EXEC variable to PHP in Taskfile
  • Added lint:composer task and improved test:coverage, test:run, and test:matrix:reset
  • Updated CHANGELOG.md

Test plan

  • Verify CI workflows pass with actions/checkout@v6
  • Run task lint and confirm lint:composer is included
  • Run task test:coverage and confirm XDEBUG_MODE is set correctly
  • Run task test:matrix:reset and confirm CI profile volumes are removed

🤖 Generated with Claude Code

Update all GitHub workflow files to use actions/checkout@v6.
Improve Taskfile with renamed PHP variable, new lint:composer task,
better test:coverage with XDEBUG_MODE, and fixes for test:run and
test:matrix:reset.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@turegjorup turegjorup self-assigned this Mar 24, 2026
@turegjorup turegjorup merged commit d029165 into develop Mar 24, 2026
15 checks passed
@turegjorup turegjorup deleted the feature/ci-and-taskfile-improvements branch March 24, 2026 11:56
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (a0d460a) to head (4f1e45c).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##             develop       #29   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        56        56           
===========================================
  Files              9         9           
  Lines            248       248           
===========================================
  Hits             248       248           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants