Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify pear/ole version. #23

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Install Composer dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress

- name: Execute migrate phpunit.xml.dist
run: vendor/bin/phpunit --migrate-configuration

- name: Execute tests
run: vendor/bin/phpunit

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-hash": "*",
"ext-simplexml": "*",
"mnapoli/silly": "^1.0",
"pear/ole": "v1.0.0RC9@dev"
"pear/ole": "v1.0.0"
},
"require-dev": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
Expand Down
File renamed without changes.
Loading