Skip to content

Commit

Permalink
Force tmp folder as session path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Aug 20, 2023
1 parent fdb1203 commit 047b2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
php-version: "${{ matrix.php }}"
tools: pecl, composer
extensions: intl, bcmath, curl, openssl, mbstring
ini-values: memory_limit=-1
ini-values: memory_limit=-1, session.save_path=/tmp

- name: Update project dependencies
run: |
Expand Down

0 comments on commit 047b2b6

Please sign in to comment.