Skip to content

Commit 5e18612

Browse files
committed
re-enable workflow
1 parent f432874 commit 5e18612

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: run-tests
22

33
on:
44
push:
5-
schedule:
6-
- cron: '0 0 * * *'
75

86
jobs:
97
test:
108
runs-on: ubuntu-latest
119
strategy:
1210
fail-fast: true
1311
matrix:
14-
php: [8.0, 7.4]
12+
php: [8.1, 8.0, 7.4]
1513
dependency-version: [prefer-lowest, prefer-stable]
1614

1715
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)