Skip to content

Commit ded99c9

Browse files
committed
Update CI
1 parent 52fb66c commit ded99c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: shivammathur/setup-php@2.11.0
3232
with:
3333
# Setup PHP version.
34-
php-version: 7.2
34+
php-version: 8.0
3535
tools: phpunit, psalm, composer
3636
- name: Install dependencies
3737
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"guzzlehttp/guzzle":"<7.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.0",
30+
"phpunit/phpunit": "^9.5",
3131
"vimeo/psalm": "4.x-dev"
3232
}
3333
}

0 commit comments

Comments
 (0)