Saltstack Official PHP Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 line
1.9KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=sls
  3. php-deprecated-in-v1.0.0-test-succeed:
  4. test.succeed_without_changes:
  5. - name: |
  6. ################################################################################
  7. # #
  8. # WARNING: BREAKING CHANGES IN UPCOMING VERSION `v1.0.0` #
  9. # #
  10. ################################################################################
  11. # #
  12. # This formula currently provides two methods for managing PHP; the old method #
  13. # under `php` and the new method under `php.ng`. In upcoming `v1.0.0`, the old #
  14. # method will be removed and `php.ng` will be promoted to `php` in its place. #
  15. # #
  16. # If you are not in a position to migrate, you will need to pin your repo to #
  17. # the final release tag before `v1.0.0`, which is expected to be `v0.37.1`. #
  18. # #
  19. # If you are currently using `php.ng`, there is nothing to do until `v1.0.0` #
  20. # is released. #
  21. # #
  22. # To migrate from the old `php`, the first step is to convert to `php.ng`, #
  23. # before `v1.0.0` is released. #
  24. # #
  25. ################################################################################
  26. # - failhard: True