Skip to content

Commit 1f9665b

Browse files
committed
Patch for ff8f8f5
Fix error in ci workflows
1 parent 3b5da95 commit 1f9665b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
matrix:
1616
version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
1717
variant: ["mysql-nginx", "mysql-nginx-ioncube"]
18-
exclude:
19-
- version: "8.0"
20-
variant: "mysql-nginx-ioncube"
18+
exclude:
19+
- version: "8.0"
20+
variant: "mysql-nginx-ioncube"
2121
name: ${{ matrix.version }} ${{ matrix.variant }}
2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)