Skip to content

Commit b46823e

Browse files
committed
Set COMPOSER_ROOT_VERSION in Github Actions
1 parent 66ab384 commit b46823e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
tests:
77
runs-on: ubuntu-latest
88

9+
env:
10+
COMPOSER_ROOT_VERSION: 3.99.99
11+
912
strategy:
1013
matrix:
1114
php: [8.0, 8.1]

0 commit comments

Comments
 (0)