Skip to content

Commit 1e78d34

Browse files
committed
Update Action Workflow
1 parent ae36dd6 commit 1e78d34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '*.md'
99
pull_request:
1010
branches:
11-
- 'master'
12-
- 'development'
11+
- master
12+
- development
1313
schedule:
1414
- cron: '0 11 * * *'
1515

@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
re2c:
2323
- '0.13.6'
24-
- '1.2.1'
24+
- '1.3'
2525
php:
2626
- '7.0'
2727
- '7.1'
@@ -48,12 +48,12 @@ jobs:
4848
USE_ZEND_ALLOC: 0
4949

5050
steps:
51-
- uses: actions/checkout@v2-beta
51+
- uses: actions/checkout@v2
5252
with:
5353
fetch-depth: 5
5454

5555
- name: Install PHP ${{ matrix.php }}
56-
uses: shivammathur/setup-php@v1
56+
uses: shivammathur/setup-php@v2
5757
with:
5858
php-version: '${{ matrix.php }}'
5959
coverage: none

0 commit comments

Comments
 (0)