Skip to content

Commit 176755b

Browse files
authored
Merge pull request #38 from alxsabo/rdbc-667
rdbc-667
2 parents a3c48ec + 7a3aecb commit 176755b

File tree

103 files changed

+4103
-1563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+4103
-1563
lines changed

.github/workflows/RavenClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
php-version: ${{ matrix.php-versions }}
3939
extensions: ds, json, fileinfo, zip
4040
# ini-values: "post_max_size=256M"
41-
tools: composer:v2, phpunit
41+
tools: composer:v2, phpunit:v9.6
4242
coverage: none
4343

4444
- name: Check PHP Version

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require-dev": {
3434
"phpstan/phpstan": "^0.12.98",
35-
"phpunit/phpunit": ">=8.0",
35+
"phpunit/phpunit": "~9.6",
3636
"squizlabs/php_codesniffer": "^3.0"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)