diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d99b45..d44f046 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: - '7.3' - '7.4' - '8.0' + - '8.1' + - '8.2' steps: - name: Checkout code uses: actions/checkout@v2 @@ -64,4 +66,4 @@ jobs: with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} coverage-reports: tests/_output/coverage.xml - \ No newline at end of file +