Skip to content

Commit

Permalink
do not install locked dependencies on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Dec 8, 2021
1 parent 00fdb28 commit a7adeef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,19 @@ jobs:

dependencies:
- "lowest"
- "locked"
- "highest"

experimental: [false]

include:
- operating-system: "ubuntu-20.04"
php-version: "8.0"
dependencies: "locked"
experimental: false
- operating-system: "ubuntu-20.04"
php-version: "8.1"
dependencies: "locked"
experimental: false
- operating-system: "ubuntu-20.04"
php-version: "8.2"
dependencies: "highest"
Expand Down

0 comments on commit a7adeef

Please sign in to comment.