Skip to content

Commit bb27e88

Browse files
committed
Add scheduled runs to test compatibility with upcoming PHP versions
1 parent da8af81 commit bb27e88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
pull_request:
8+
schedule:
9+
- cron: '10 6 * * 1'
810

911
jobs:
1012
build:
@@ -20,7 +22,7 @@ jobs:
2022
name: PHP ${{ matrix.php-version }} - ${{ matrix.dependency-version }}
2123

2224
steps:
23-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2426
- name: Install PHP
2527
uses: shivammathur/setup-php@v2
2628
with:

0 commit comments

Comments
 (0)