Files
github-actions-magento2/supported-version

Magento 2 Supported Versions

A Github Action that computes the currently supported Github Actions Matrix for Magento 2 Versions

All data comes from:

Usage

name: Compute Magento 2 Supported Versions

on:
  push:
    branches:
    - main
  pull_request:
    branches:
    - main

jobs:
  runs-on: ubuntu-latest
  steps:
  - uses: graycoreio/github-actions-magento2/supported-version@main