We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80db69b + 79e434a commit 24a047fCopy full SHA for 24a047f
3 files changed
.github/workflows/tests.yml
@@ -40,9 +40,6 @@ jobs:
40
- name: Install Composer dependencies
41
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
42
43
- - name: Execute migrate phpunit.xml.dist
44
- run: vendor/bin/phpunit --migrate-configuration
45
-
46
- name: Execute tests
47
run: vendor/bin/phpunit
48
composer.json
@@ -9,7 +9,7 @@
9
"ext-hash": "*",
10
"ext-simplexml": "*",
11
"mnapoli/silly": "^1.0",
12
- "pear/ole": "v1.0.0RC9@dev"
+ "pear/ole": "v1.0.0"
13
},
14
"require-dev": {
15
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
phpunit.xml.dist phpunit.xmlphpunit.xml.dist renamed to phpunit.xml
0 commit comments