Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 3, 2020
1 parent 9581f8e commit b3993e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
matrix:
php: [7.2, 7.3, 7.4]
extension: ['bcmath', 'gmp']
extension: ['bcmath :gmp', 'gmp :bcmath']

name: PHP ${{ matrix.php }} ext-${{ matrix.extension }}
name: PHP ${{ matrix.php }} (${{ matrix.extension }})

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b3993e4

Please sign in to comment.