Skip to content

Commit 510e02f

Browse files
Fixed minor issue in GitHub Action's workflow file
1 parent e2f21bc commit 510e02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
operating-system: [ubuntu-latest, windows-latest, macos-latest]
12-
php-versions: ['7.2', '7.3', 7.4', '8.0', '8.1']
12+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
1313

1414
runs-on: ${{ matrix.operating-system }}
1515

0 commit comments

Comments
 (0)