Skip to content

Commit c348e33

Browse files
authored
Create fitness-functions-release-8.1-ubuntu.yml
1 parent c48f0b5 commit c348e33

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: php 8.1-ubuntu Fitness Functions
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
schedule:
8+
- cron: '15 10 * * *' # each day at 10:15 UTC
9+
10+
11+
jobs:
12+
configured-ubuntu-is-latest-version:
13+
name: "Ensure that Ubuntu is the latest supported version"
14+
env:
15+
LATEST_UBUNTU_RELEASE: "22.04"
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Execute
19+
run: >
20+
docker run --pull always --rm ubuntu:latest cat /etc/os-release | grep $LATEST_UBUNTU_RELEASE

0 commit comments

Comments
 (0)