Skip to content

Commit

Permalink
Merge pull request #274 from UW-GAC/maint/remove-mariadb-10.3-from-ci
Browse files Browse the repository at this point in the history
Remove MariaDB 10.3 from CI
  • Loading branch information
amstilp authored Nov 14, 2023
2 parents ad04b45 + e211533 commit 35092c8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# ahead of planned upgrades we can add versions as
# needed
python-version: [3.8]
mariadb-version: ["10.3", "10.4"]
mariadb-version: ["10.4"]

services:
mysql:
Expand Down Expand Up @@ -88,16 +88,16 @@ jobs:
env:
# We can set this to an empty string, since we'll never make an API call.
ANVIL_API_SERVICE_ACCOUNT_FILE: foo

- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: .coverage.*

pytest-sqlite:
runs-on: ubuntu-latest

steps:
- name: Checkout Code Repository
uses: actions/[email protected]
Expand All @@ -121,13 +121,13 @@ jobs:
env:
# We can set this to an empty string, since we'll never make an API call.
ANVIL_API_SERVICE_ACCOUNT_FILE: foo

- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
name: coverage-data
path: .coverage.*

coverage:
needs:
- pytest-mariadb
Expand Down Expand Up @@ -159,4 +159,3 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 35092c8

Please sign in to comment.