We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fb66c commit ded99c9Copy full SHA for ded99c9
2 files changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: shivammathur/setup-php@2.11.0
32
with:
33
# Setup PHP version.
34
- php-version: 7.2
+ php-version: 8.0
35
tools: phpunit, psalm, composer
36
- name: Install dependencies
37
run: |
composer.json
@@ -27,7 +27,7 @@
27
"guzzlehttp/guzzle":"<7.0"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "^8.0",
+ "phpunit/phpunit": "^9.5",
"vimeo/psalm": "4.x-dev"
}
0 commit comments