Skip to content

Commit

Permalink
Merge pull request #41 from nubs/update-actions-build
Browse files Browse the repository at this point in the history
Update Github Actions environment to Build for secrets
  • Loading branch information
nubs authored Jan 12, 2021
2 parents 690942a + 08fc72f commit 50abf24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php }}
environment: Build
steps:
- uses: actions/checkout@v1
- name: Install PHP
Expand Down

0 comments on commit 50abf24

Please sign in to comment.