We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 690942a + 08fc72f commit 50abf24Copy full SHA for 50abf24
.github/workflows/php.yml
@@ -8,6 +8,7 @@ jobs:
8
matrix:
9
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
10
name: PHP ${{ matrix.php }}
11
+ environment: Build
12
steps:
13
- uses: actions/checkout@v1
14
- name: Install PHP
0 commit comments