Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Nov 26, 2022
1 parent b426744 commit 232c4ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2-rc"
DOCKER_NAME:
- "alpine"
- "debian"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Expand Up @@ -20,9 +20,10 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
COVERAGE: ["true", "false"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: I am tired of writing this shit in YAML and learning a new DSL for every CI service so I'm putting everything in a FSCKING BASH SCRIPT
Expand Down

0 comments on commit 232c4ea

Please sign in to comment.