Skip to content

Commit

Permalink
Try PHP 8 with highest deps first
Browse files Browse the repository at this point in the history
It should be the easiest one.
  • Loading branch information
greg0ire committed Nov 20, 2020
1 parent 101ade3 commit 6d4cec0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"
include:
- php-version: "8.0"
dependencies: "highest"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 6d4cec0

Please sign in to comment.