Skip to content

Commit 48e4b54

Browse files
author
Daniel Fernández Giménez
committed
fix(ci): corregir comilla duplicada en php-version del workflow
1 parent 284ee6c commit 48e4b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: [''8.1', '8.2', '8.3', '8.4']
17+
php-version: ['8.1', '8.2', '8.3', '8.4']
1818
database: ['mysql', 'postgresql']
1919

2020
env:

0 commit comments

Comments
 (0)