Skip to content

Commit

Permalink
Merge pull request #6458 from grooverdan/nightly_simple
Browse files Browse the repository at this point in the history
ci: nightly - php-8.1 only + workflow_dispatch
  • Loading branch information
greg0ire authored Jun 22, 2024
2 parents 4dad039 + cdcfc22 commit 8102549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Continuous Integration (Nightly)"
on:
schedule:
- cron: "12 3 * * *"
workflow_dispatch:

env:
fail-fast: true
Expand All @@ -15,7 +16,6 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.3"
mariadb-version:
- "earliest"
Expand Down

0 comments on commit 8102549

Please sign in to comment.