We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f5e76c + dec18c2 commit 1373c4fCopy full SHA for 1373c4f
.github/workflows/phpunit.yml
@@ -17,9 +17,13 @@ jobs:
17
php-version:
18
- "7.4"
19
- "8.0"
20
+ - "8.1"
21
operating-system:
22
- "ubuntu-latest"
23
include:
24
+ - php-version: "8.0"
25
+ dependencies: "lowest"
26
+ operating-system: "ubuntu-latest"
27
- php-version: "8.0"
28
dependencies: "highest"
29
operating-system: "ubuntu-latest"
0 commit comments