Skip to content

Commit c6c7eb5

Browse files
committed
Add schedule tests every day
1 parent 77b9004 commit c6c7eb5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on:
4+
schedule:
5+
- cron: "0 19 * * *"
6+
push:
7+
pull_request:
48

59
jobs:
610
tests:
711
runs-on: ubuntu-latest
812
strategy:
913
matrix:
10-
php: ['8.0', '8.1', '8.2']
14+
php: ['8.0', '8.1', '8.2', '8.3']
1115

1216
fail-fast: false
1317

0 commit comments

Comments
 (0)