Skip to content

Commit

Permalink
Remove versioning from matrix, fix hydephp/framework#93
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 7, 2022
1 parent dcf4d77 commit ebc1540
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
# fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dependency-version: [prefer-lowest, prefer-stable]

runs-on: ${{ matrix.os }}

steps:
Expand All @@ -23,8 +21,7 @@ jobs:
extensions: fileinfo
- uses: actions/checkout@v2
- name: Install Dependencies
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Set Framework version to dev-master
run: composer require hyde/framework:dev-master
- name: Set environment to testing
Expand Down

0 comments on commit ebc1540

Please sign in to comment.