diff --git a/.github/workflows/build_magento244.yml b/.github/workflows/magento244.yml similarity index 98% rename from .github/workflows/build_magento244.yml rename to .github/workflows/magento244.yml index 189171f0..3247659f 100644 --- a/.github/workflows/build_magento244.yml +++ b/.github/workflows/magento244.yml @@ -1,4 +1,4 @@ -name: Build and Test with PHP 8.1 on Magento 2.4.4-p11 +name: Magento 2.4.4-p11 with PHP 8.1 on: [push, pull_request, workflow_dispatch] diff --git a/.github/workflows/build_magento245.yml b/.github/workflows/magento245.yml similarity index 98% rename from .github/workflows/build_magento245.yml rename to .github/workflows/magento245.yml index ec1bb32b..bf04c31c 100644 --- a/.github/workflows/build_magento245.yml +++ b/.github/workflows/magento245.yml @@ -1,4 +1,4 @@ -name: Build and Test with PHP 8.1 on Magento 2.4.5-p10 +name: Magento 2.4.5-p10 with PHP 8.1 on: [push, pull_request, workflow_dispatch] diff --git a/.github/workflows/build_magento246.yml b/.github/workflows/magento246.yml similarity index 97% rename from .github/workflows/build_magento246.yml rename to .github/workflows/magento246.yml index 61dd3555..750fc907 100644 --- a/.github/workflows/build_magento246.yml +++ b/.github/workflows/magento246.yml @@ -1,4 +1,4 @@ -name: Build and Test with PHP 8.1 and 8.2 on Magento 2.4.6-p8 +name: Magento 2.4.6-p8 with PHP 8.1 and 8.2 on: [push, pull_request, workflow_dispatch] diff --git a/.github/workflows/build_magento247.yml b/.github/workflows/magento247.yml similarity index 97% rename from .github/workflows/build_magento247.yml rename to .github/workflows/magento247.yml index fcfa1089..9fbf6319 100644 --- a/.github/workflows/build_magento247.yml +++ b/.github/workflows/magento247.yml @@ -1,4 +1,4 @@ -name: Build and Test with PHP 8.2 and 8.3 on Magento 2.4.7-p3 +name: Magento 2.4.7-p3 with PHP 8.2 and 8.3 on: [push, pull_request, workflow_dispatch]