Skip to content

Commit d35f0d9

Browse files
authored
Merge pull request #131 from Kevinrob/Github-actions-CI-PR
Update tests.yml for running on PR
2 parents b34d633 + a0ccb7f commit d35f0d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

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

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
@@ -9,10 +9,10 @@ jobs:
99
matrix:
1010
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313

1414
- name: Install PHP
15-
uses: shivammathur/setup-php@1.7.0
15+
uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: ${{ matrix.php-versions }}
1818
extensions: mbstring, dom

0 commit comments

Comments
 (0)