Skip to content

Commit

Permalink
Fix GH workflow conditions (ezyang#298)
Browse files Browse the repository at this point in the history
* Fix GH workflow conditions

* Remove PHP 8
  • Loading branch information
bytestream authored Jul 26, 2021
1 parent 288bf75 commit c97bb93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: ci

on:
push:
branches:
- "master"
pull_request:

jobs:
Expand All @@ -12,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4]

name: PHP ${{ matrix.php }}

Expand Down

0 comments on commit c97bb93

Please sign in to comment.