Skip to content

Commit 24a047f

Browse files
authored
Merge pull request #23 from ywisax/patch-1
Modify pear/ole version.
2 parents 80db69b + 79e434a commit 24a047f

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
- name: Install Composer dependencies
4141
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4242

43-
- name: Execute migrate phpunit.xml.dist
44-
run: vendor/bin/phpunit --migrate-configuration
45-
4643
- name: Execute tests
4744
run: vendor/bin/phpunit
4845

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ext-hash": "*",
1010
"ext-simplexml": "*",
1111
"mnapoli/silly": "^1.0",
12-
"pear/ole": "v1.0.0RC9@dev"
12+
"pear/ole": "v1.0.0"
1313
},
1414
"require-dev": {
1515
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
File renamed without changes.

0 commit comments

Comments
 (0)