Skip to content

Commit 9db0682

Browse files
Update commit.yml
1 parent 3bbdcfe commit 9db0682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: [8.0, 8.1]
13+
php: ["8.0", "8.1"]
1414

1515
steps:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: "${{ matrix.php }}"
19+
php-version: ${{ matrix.php }}
2020

2121
- name: Checkout current commit
2222
uses: actions/[email protected]

0 commit comments

Comments
 (0)