Skip to content

Commit

Permalink
Merge branch 'feature/build' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Nov 27, 2024
2 parents 3e41395 + 5fe229c commit 0dc31a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3, 8.4]
dependency-version: [prefer-stable]
os: [ubuntu-latest]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest, windows-latest]

name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit 0dc31a9

Please sign in to comment.