Skip to content

Commit c97bb93

Browse files
authored
Fix GH workflow conditions (#298)
* Fix GH workflow conditions * Remove PHP 8
1 parent 288bf75 commit c97bb93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: ci
22

33
on:
44
push:
5-
branches:
6-
- "master"
75
pull_request:
86

97
jobs:
@@ -12,7 +10,7 @@ jobs:
1210
strategy:
1311
fail-fast: true
1412
matrix:
15-
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
13+
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
1614

1715
name: PHP ${{ matrix.php }}
1816

0 commit comments

Comments
 (0)