mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat(supported-versions)!: forcibly bump all packages to the latest relevant release line of composer for LogLeak
This may break users who rely on older version of composer to work in their apps. Unfortunately, the risk is too high.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"magento/project-community-edition:>=2.4.2 <2.4.3": {
|
||||
"magento": "magento/project-community-edition:>=2.4.2 <2.4.3",
|
||||
"php": 7.4,
|
||||
"composer": "2.2.21",
|
||||
"composer": "2.2.28",
|
||||
"mysql": "mysql:8.0",
|
||||
"elasticsearch": "elasticsearch:7.9.3",
|
||||
"rabbitmq": "rabbitmq:3.8-management",
|
||||
@@ -58,7 +58,7 @@
|
||||
"magento/project-community-edition:>=2.4.3 <2.4.4": {
|
||||
"magento": "magento/project-community-edition:>=2.4.3 <2.4.4",
|
||||
"php": 7.4,
|
||||
"composer": "2.2.21",
|
||||
"composer": "2.2.28",
|
||||
"mysql": "mysql:8.0",
|
||||
"elasticsearch": "elasticsearch:7.16.3",
|
||||
"rabbitmq": "rabbitmq:3.8-management",
|
||||
@@ -72,7 +72,7 @@
|
||||
"magento/project-community-edition:>=2.4.4 <2.4.5": {
|
||||
"magento": "magento/project-community-edition:>=2.4.4 <2.4.5",
|
||||
"php": 8.1,
|
||||
"composer": "2.2.25",
|
||||
"composer": "2.2.28",
|
||||
"mysql": "mysql:8.0",
|
||||
"elasticsearch": "elasticsearch:7.17.5",
|
||||
"rabbitmq": "rabbitmq:3.9-management",
|
||||
@@ -86,7 +86,7 @@
|
||||
"magento/project-community-edition:>=2.4.5 <2.4.6": {
|
||||
"magento": "magento/project-community-edition:>=2.4.5 <2.4.6",
|
||||
"php": 8.1,
|
||||
"composer": "2.2.25",
|
||||
"composer": "2.2.28",
|
||||
"mysql": "mysql:8.0",
|
||||
"elasticsearch": "elasticsearch:7.17.28",
|
||||
"rabbitmq": "rabbitmq:3.13-management",
|
||||
@@ -100,7 +100,7 @@
|
||||
"magento/project-community-edition:>=2.4.6 <2.4.7": {
|
||||
"magento": "magento/project-community-edition:>=2.4.6 <2.4.7",
|
||||
"php": 8.2,
|
||||
"composer": "2.2.27",
|
||||
"composer": "2.2.28",
|
||||
"mysql": "mysql:8.0",
|
||||
"opensearch": "opensearchproject/opensearch:3",
|
||||
"rabbitmq": "rabbitmq:4.2-management",
|
||||
@@ -114,7 +114,7 @@
|
||||
"magento/project-community-edition:>=2.4.7 <2.4.8": {
|
||||
"magento": "magento/project-community-edition:>=2.4.7 <2.4.8",
|
||||
"php": 8.3,
|
||||
"composer": "2.9.7",
|
||||
"composer": "2.9.8",
|
||||
"mysql": "mysql:8.0",
|
||||
"elasticsearch": "elasticsearch:8.19.15",
|
||||
"opensearch": "opensearchproject/opensearch:3",
|
||||
@@ -129,7 +129,7 @@
|
||||
"magento/project-community-edition:>=2.4.8 <2.4.9": {
|
||||
"magento": "magento/project-community-edition:>=2.4.8 <2.4.9",
|
||||
"php": 8.4,
|
||||
"composer": "2.9.7",
|
||||
"composer": "2.9.8",
|
||||
"mysql": "mysql:8.4",
|
||||
"opensearch": "opensearchproject/opensearch:3",
|
||||
"rabbitmq": "rabbitmq:4.2-management",
|
||||
@@ -143,7 +143,7 @@
|
||||
"magento/project-community-edition:>=2.4.9 <2.4.10": {
|
||||
"magento": "magento/project-community-edition:>=2.4.9 <2.4.10",
|
||||
"php": 8.5,
|
||||
"composer": "2.9.7",
|
||||
"composer": "2.9.8",
|
||||
"mysql": "mysql:8.4",
|
||||
"opensearch": "opensearchproject/opensearch:3",
|
||||
"rabbitmq": "rabbitmq:4.2-management",
|
||||
@@ -157,7 +157,7 @@
|
||||
"magento/project-community-edition": {
|
||||
"magento": "magento/project-community-edition",
|
||||
"php": 8.5,
|
||||
"composer": "2.9.7",
|
||||
"composer": "2.9.8",
|
||||
"mysql": "mysql:8.4",
|
||||
"opensearch": "opensearchproject/opensearch:3",
|
||||
"rabbitmq": "rabbitmq:4.2-management",
|
||||
@@ -171,7 +171,7 @@
|
||||
"magento/project-community-edition:next": {
|
||||
"magento": "magento/project-community-edition:@alpha",
|
||||
"php": 8.5,
|
||||
"composer": "2.9.7",
|
||||
"composer": "2.9.8",
|
||||
"mysql": "mysql:8.4",
|
||||
"valkey": "valkey/valkey:9",
|
||||
"opensearch": "opensearchproject/opensearch:3",
|
||||
|
||||
Reference in New Issue
Block a user