Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyukphp committed Dec 29, 2021
1 parent 7acf0e1 commit 81b247e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-systems: [ubuntu-latest, windows-latest, macos-latest]
php-versions: [8.1]
stability: [prefer-lowest, prefer-stable]

runs-on: ${{ matrix.operating-systems }}
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 81b247e

Please sign in to comment.