Skip to content

Commit

Permalink
wip: test upgraded ci runners
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Dec 30, 2023
1 parent db835bf commit 61cc9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

- uses: php-actions/composer@v6
- uses: php-actions/composer@run-as-current-user

- name: Archive build
run: mkdir /tmp/github-actions/ && tar -cvf /tmp/github-actions/build.tar ./
Expand All @@ -40,7 +40,7 @@ jobs:
run: tar -xvf /tmp/github-actions/build.tar ./

- name: PHP Unit tests
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@composer-version--user
with:
php_version: 7.3
php_extensions: xdebug
Expand Down

0 comments on commit 61cc9fe

Please sign in to comment.