diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97445bd7f..1a73b996d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,8 +31,8 @@ jobs: - name: Run Static Tests uses: actions/setup-elixir@v1 with: - elixir-version: 1.10.2 - otp-version: 22.3.2 + elixir-version: "1.10.3" + otp-version: "23.0" - name: Install Dependencies run: mix deps.get --only test - name: Setup Database diff --git a/README.md b/README.md index 4216e158a..34090ddc5 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,9 @@ # FireGuard -Under active development. Check back later. +**Warning**: This project is under active development and is absolutely not secure at the moment. +Do not attempt to use this software until this notice is removed. + +You have been warned. + +Check back later :-).