Skip to content

Releases: ebitkov/build-symfony

v1.2.0

13 Sep 12:10
6812640

Choose a tag to compare

  • Add support for Git LFS

Full Changelog: v1.1.1...v1.2.0

v1.1.1

21 Jun 13:34
7b8aa49

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Jun 12:57
94a003d

Choose a tag to compare

Features

  • authenticate Composer via GitHub token to access private packages

Tests

  • Run tests only if relevant files were changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - First Release

12 Nov 18:51

Choose a tag to compare

This release includes the main features of this action:

  • building a Symfony app by
    • installing required dependencies with Composer
    • warmup cache
    • build webpack assets, if required
  • test app, if desired
  • caching build for later reuse