diff --git a/.travis.yml b/.travis.yml index d7f868ddd6..0fa0ffcd15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,13 +32,16 @@ jobs: - stage: test env: script: ./script/validate-example-payloads-with-docker + - stage: ':ship: it to quay.io' env: script: ./script/docker-build-and-push if: (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true +before_install: +- gem update --system 3.3.6 + before_script: -- "gem install bundler -v 1.17.3" - eval "$(script/handle-docker-config)" - bundle install - bundle exec rake clean assets:precompile @@ -57,7 +60,6 @@ after_failure: bundle exec rake dump_examples_logs before_deploy: - sudo pip install -U -I Pygments - ./script/build-s3-index-html -- "gem install bundler -v 1.17.3" deploy: provider: s3 diff --git a/Gemfile.lock b/Gemfile.lock index 0a4329a3ee..8a8619a922 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,5 +271,8 @@ DEPENDENCIES travis-support! webmock +RUBY VERSION + ruby 2.5.8p224 + BUNDLED WITH - 1.17.3 + 2.3.26 diff --git a/public/version-aliases/ghc.json b/public/version-aliases/ghc.json index 555b5ca846..aae728f71a 100644 --- a/public/version-aliases/ghc.json +++ b/public/version-aliases/ghc.json @@ -166,9 +166,9 @@ "9.0.1-alpha1": "9.0.1-alpha1", "9.0": "9.0.2", "9.0.1": "9.0.1", - "9": "9.6.0.20230302", - "9.x": "9.6.0.20230302", - "9.x.x": "9.6.0.20230302", + "9": "9.6.1", + "9.x": "9.6.1", + "9.x.x": "9.6.1", "9.0.x": "9.0.2", "9.0.2": "9.0.2", "9.2.1-alpha1": "9.2.1-alpha1", @@ -192,12 +192,13 @@ "9.4.3": "9.4.3", "9.4.4": "9.4.4", "9.6.0.20230111": "9.6.0.20230111", - "9.6.x": "9.6.0.20230302", - "9.6": "9.6.1-alpha3", + "9.6.x": "9.6.1", + "9.6": "9.6.1", "9.6.0.20230128": "9.6.0.20230128", "9.6.0.20230210": "9.6.0.20230210", "9.6.0.20230302": "9.6.0.20230302", "9.6.1-alpha1": "9.6.1-alpha1", "9.6.1-alpha2": "9.6.1-alpha2", - "9.6.1-alpha3": "9.6.1-alpha3" + "9.6.1-alpha3": "9.6.1-alpha3", + "9.6.1": "9.6.1" } \ No newline at end of file