Skip to content

Commit

Permalink
Remove operating system
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 14, 2021
1 parent 9ddf74e commit 2ff9781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ env:
jobs:
checks:
name: PHP ${{ matrix.php-versions }}
runs-on: ${{ matrix.operating-system }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4']
steps:
- name: Checkout
Expand Down

0 comments on commit 2ff9781

Please sign in to comment.