Skip to content

Commit

Permalink
use composer.lock in unit tests only with compatible php version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jan 19, 2022
1 parent 4ef2d4b commit 4b69f98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ jobs:
dependencies:
- "lowest"
- "highest"
- "locked"
php-version:
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"
- "windows-latest"
include:
- dependencies: "locked"
php-version: "8.0"
operating-system: "ubuntu-latest"
- dependencies: "locked"
php-version: "8.0"
operating-system: "windows-latest"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 4b69f98

Please sign in to comment.