diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 36cbac3..dce7ec8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -3,11 +3,9 @@ name: "CI" on: pull_request: branches: - - "master" - "1.x" push: branches: - - "master" - "1.x" env: @@ -29,6 +27,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout"