Skip to content

Commit 50abf24

Browse files
authored
Merge pull request #41 from nubs/update-actions-build
Update Github Actions environment to Build for secrets
2 parents 690942a + 08fc72f commit 50abf24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
matrix:
99
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
1010
name: PHP ${{ matrix.php }}
11+
environment: Build
1112
steps:
1213
- uses: actions/checkout@v1
1314
- name: Install PHP

0 commit comments

Comments
 (0)