Setup CI for php 8.3 and 8.4 #1

Merged
julienfastre merged 9 commits from setup-ci-8.4 into main 2025-06-05 09:17:56 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1958e60469 - Show all commits

View File

@ -2,7 +2,7 @@ name: Build and Push Chill base image
on: on:
schedule: schedule:
- cron: '13 * * * 0' # Runs at 00:00 every Sunday - cron: '25 3 * * 1-5' # At 03:25 on every day-of-week from Monday through Friday.
push: push:
workflow_dispatch: workflow_dispatch:

View File

@ -2,7 +2,7 @@ name: Build and Push Chill base image
on: on:
schedule: schedule:
- cron: '05 * * * 0' # Runs at 00:00 every Sunday - cron: '5 3 * * 1-5' # At 03:05 on every day-of-week from Monday through Friday.
push: push:
workflow_dispatch: workflow_dispatch: