Skip to content

Commit

Permalink
Create fitness-functions-release-8.4-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Dec 19, 2024
1 parent d69f880 commit 68a4635
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/fitness-functions-release-8.4-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: php 8.4-ubuntu Fitness Functions

on:
push:
branches:
- 'main'
schedule:
- cron: '15 10 * * *' # each day at 10:15 UTC


jobs:
configured-ubuntu-is-latest-version:
name: "Ensure that Ubuntu is the latest supported version"
env:
LATEST_UBUNTU_RELEASE: "24.04"
runs-on: ubuntu-latest
steps:
- name: Execute
run: >
docker run --pull always --rm ubuntu:latest cat /etc/os-release | grep $LATEST_UBUNTU_RELEASE

0 comments on commit 68a4635

Please sign in to comment.