From 71e0beeb520a2fa75e7c96c58e4d4c692eb969b0 Mon Sep 17 00:00:00 2001 From: Robbin Schepers Date: Sat, 29 Aug 2020 04:02:16 +0200 Subject: [PATCH] Updates suported versions --- .github/workflows/build.yml | 5 ++--- CHANGELOG.md | 2 -- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 187072c..c1a1ae3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,9 +146,8 @@ jobs: with: plugin-location: plugin-artifact/*.zip ide-versions: | - ideaIC:2019.3 - ideaIC:2020.1 - ideaIC:2020.2 + ideaIU:2020.1 + ideaIU:2020.2 # Print the output of the verify step - name: Print Logs diff --git a/CHANGELOG.md b/CHANGELOG.md index 53256d6..bfa8e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - -## [v1.0.0] ### Added - A correct way to interact with remote interpreters diff --git a/gradle.properties b/gradle.properties index 40d1611..7afa851 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = nl.deschepers.laraveltinker pluginName = Laravel Tinker pluginVersion = 1.0.0 -pluginSinceBuild = 193 +pluginSinceBuild = 201 pluginUntilBuild = 202.* platformType = IU