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

Test config changes #562

Open
wants to merge 21 commits into
base: 6.3.x
Choose a base branch
from
Prev Previous commit
Next Next commit
dang
ol0lll committed May 31, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5183c5e416a49b923b8d37ec70b299e272b339f3
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -385,7 +385,7 @@ jobs:
name: upgrade-${{ matrix.PHP_VERSION }}

- name: Unzip upgrade build artifact
run: mkdir -p /tmp/test; tar xCfz /tmp/test upgrade-${{ matrix.PHP_VERSION }}/build-${{ matrix.PHP_VERSION }}.tgz thunder; rm -rf upgrade-${{ matrix.PHP_VERSION }}
run: mkdir -p /tmp/test; tar xCfz /tmp/test upgrade-${{ matrix.PHP_VERSION }}/upgrade-${{ matrix.PHP_VERSION }}.tgz thunder; rm -rf upgrade-${{ matrix.PHP_VERSION }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3