Skip to content

Commit 5454147

Browse files
committed
feat: 3rd attempt at caching
1 parent fc29b12 commit 5454147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false # We want all of them to run, even if one fails
2020
matrix:
21-
os: ubuntu-latest
21+
os: [ "ubuntu-latest" ]
2222
pg: [ "12", "13", "14", "15", "16" ]
2323
include:
2424
- postgres: 16

0 commit comments

Comments
 (0)