Skip to content

Conversation

@jjroelofs
Copy link
Collaborator

Linked issues

Solution

Update .github/workflows/review.yaml to use Docker Compose v2 syntax:

  • Change docker-compose to docker compose (v2 plugin, without hyphen)
  • Update actions/checkout from v2 to v4

GitHub Actions ubuntu-latest runners no longer include docker-compose v1 standalone binary, only the docker compose v2 plugin.

Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the coding standards and style of this project.
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Need to run update.php after code changes
  • Requires a change to end-user documentation.
  • Requires a change to developer documentation.
  • Requires a change to QA tests.
  • Requires a new QA test.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.

GitHub Actions runners no longer include docker-compose v1 standalone
binary. Update to docker compose v2 plugin syntax (without hyphen).

Also update actions/checkout from v2 to v4.

Fixes #668
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