Skip to content

Commit

Permalink
Update Github Actions environment to Build for secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs committed Jan 12, 2021
1 parent 690942a commit 08fc72f
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 08fc72f

Please sign in to comment.