We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae36dd6 commit 1e78d34Copy full SHA for 1e78d34
.github/workflows/main.yml
@@ -8,8 +8,8 @@ on:
8
- '*.md'
9
pull_request:
10
branches:
11
- - 'master'
12
- - 'development'
+ - master
+ - development
13
schedule:
14
- cron: '0 11 * * *'
15
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
re2c:
23
- '0.13.6'
24
- - '1.2.1'
+ - '1.3'
25
php:
26
- '7.0'
27
- '7.1'
@@ -48,12 +48,12 @@ jobs:
48
USE_ZEND_ALLOC: 0
49
50
steps:
51
- - uses: actions/checkout@v2-beta
+ - uses: actions/checkout@v2
52
with:
53
fetch-depth: 5
54
55
- name: Install PHP ${{ matrix.php }}
56
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
57
58
php-version: '${{ matrix.php }}'
59
coverage: none
0 commit comments