diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eddb02f..a8dc725 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: - '8.0' - '8.1' - '8.2' + - '8.3' steps: - name: Checkout @@ -59,4 +60,4 @@ jobs: uses: codecov/codecov-action@v3 if: success() with: - file: ./coverage/clover.xml \ No newline at end of file + file: ./coverage/clover.xml