Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions update, Deprecate PHP 7.0, 7.2, 7.3 #38

Merged
merged 6 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Update github action workflows (node12 deprecated)

    Warning:
    
    The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/setup-buildx-action@v1, actions/cache@v2, docker/login-action@v1, actions/upload-artifact@v2, peter-evans/dockerhub-description@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
    baschny committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    168cd43 View commit details
    Browse the repository at this point in the history
  2. Use github action docker/build-push-action instead of own make target

    Uses "gha" caching instead of own artifacts
    baschny committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    491767d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf60a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b6ee21 View commit details
    Browse the repository at this point in the history
  5. Update README

    baschny committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c579562 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    baschny committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5f38c83 View commit details
    Browse the repository at this point in the history