Skip to content

Commit 32db0ef

Browse files
authored
Update tests.yml
1 parent e04e46a commit 32db0ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- '*.x'
58
pull_request:
69
schedule:
710
- cron: '0 0 * * *'
@@ -13,7 +16,7 @@ jobs:
1316
strategy:
1417
fail-fast: true
1518
matrix:
16-
php: [7.3, 7.4, 8.0, 8.1, 8.2]
19+
php: [7.3, 7.4, '8.0', 8.1, 8.2]
1720

1821
name: PHP ${{ matrix.php }}
1922

0 commit comments

Comments
 (0)