EOL Checks #134
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |