Skip to content

Commit

Permalink
Remove MariaDB 10.3 from CI
Browse files Browse the repository at this point in the history
Since we're not running 10.3 anymore, we don't need to test against
it in CI.
  • Loading branch information
amstilp committed Nov 13, 2023
1 parent ad04b45 commit e211533
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 e211533

Please sign in to comment.