Skip to content

EOL Checks

EOL Checks #134

Workflow file for this run

name: EOL Checks
on:
push:
branches:
- stable
- develop
pull_request:
branches:
- develop
- stable
schedule:
- cron: '0 10 * * *'
jobs:
build:
name: Ubuntu EOL check
runs-on: ubuntu-latest
steps:
- name: Ubuntu and Ondrej PHP packages End-of-Life
uses: sindrel/[email protected]
with:
product: ubuntu
version: 24.04
fail_on_eol: true
fail_days_left: 90