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

Replace idna_convert.class.php with Algo26\IdnaConvert, allow custom idna library #776

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install PHP with latest composer
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
Art4 marked this conversation as resolved.
Show resolved Hide resolved

- name: Install PHP with latest composer
uses: shivammathur/setup-php@v2
Expand All @@ -87,7 +87,7 @@ jobs:

- name: Run unit tests with idna_convert 0.5.1
if: ${{ matrix.with == 'idna-convert-v051' }}
run: composer test --bootstrap=tests/bootstrap-with-idna-convert-051.php
run: bin/phpunit --bootstrap=tests/bootstrap-with-idna-convert-051.php
Art4 marked this conversation as resolved.
Show resolved Hide resolved

- name: Run unit tests
if: ${{ matrix.with != 'idna-convert-v051' }}
Expand All @@ -98,7 +98,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down