Skip to content

Conversation

@lhsazevedo
Copy link

@lhsazevedo lhsazevedo commented Apr 10, 2025

Hi!

The PHP master branch breaks every now and then. This patch adds the latest 8.4 branch in the build matrix, ensuring a more reliable run for this version.

This is value of the version array after the patch:

[
  {
    "name": "master",
    "rev": "master",
    "patch": "84"
  },
  {
    "name": "8.0.30",
    "rev": "php-8.0.30",
    "patch": "80"
  },
  {
    "name": "8.1.32",
    "rev": "php-8.1.32",
    "patch": "81"
  },
  {
    "name": "8.2.28",
    "rev": "php-8.2.28",
    "patch": "82"
  },
  {
    "name": "8.3.19",
    "rev": "php-8.3.19",
    "patch": "83"
  },
  {
    "name": "8.4.5",
    "rev": "php-8.4.5",
    "patch": "84"
  }
]

Let me know if there is something else I should change.

Do not rely on unstable master for PHP 8.4
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.

1 participant