Skip to content

Commit da90213

Browse files
authored
Merge branch 'master' into jammy-docs
2 parents 8560ad5 + dd50c98 commit da90213

File tree

6 files changed

+81
-40
lines changed

6 files changed

+81
-40
lines changed

_data/snippets.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ all_note: |
3030
> * [Trusty](/user/reference/trusty/)
3131
> * [Xenial](/user/reference/xenial/)
3232
> * [Bionic](/user/reference/bionic/)
33+
> * [Focal](/user/reference/focal/)
34+
> * [Jammy](/user/reference/jammy/)
3335
> * [macOS](/user/reference/osx/)
3436
> * [Windows](/user/reference/windows/)
3537
> * [FreeBSD](/user/reference/freebsd/)
@@ -40,6 +42,8 @@ unix_note: |
4042
> * [Trusty](/user/reference/trusty/)
4143
> * [Xenial](/user/reference/xenial/)
4244
> * [Bionic](/user/reference/bionic/)
45+
> * [Focal](/user/reference/focal/)
46+
> * [Jammy](/user/reference/jammy/)
4347
> * [macOS](/user/reference/osx/)
4448
> * [FreeBSD](/user/reference/freebsd/)
4549
linux_note: |
@@ -49,13 +53,17 @@ linux_note: |
4953
> * [Trusty](/user/reference/trusty/)
5054
> * [Xenial](/user/reference/xenial/)
5155
> * [Bionic](/user/reference/bionic/)
56+
> * [Focal](/user/reference/focal/)
57+
> * [Jammy](/user/reference/jammy/)
5258
linux_windows_note: |
5359
> For Language versions and other build-environment specific
5460
> information visit our reference pages:
5561
> * [Precise](/user/reference/precise/)
5662
> * [Trusty](/user/reference/trusty/)
5763
> * [Xenial](/user/reference/xenial/)
5864
> * [Bionic](/user/reference/bionic/)
65+
> * [Focal](/user/reference/focal/)
66+
> * [Jammy](/user/reference/jammy/)
5967
> * [Windows](/user/reference/windows/)
6068
> * [FreeBSD](/user/reference/freebsd/)
6169
concurrent_jobs: |

user/database-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ and a blank password.
5555
> `root` user does.
5656

5757

58-
| | Ubuntu Precise | Ubuntu Trusty | Ubuntu Xenial | Ubuntu Bionic |
59-
|:------|:---------------|:--------------|:--------------|:--------------|
60-
| MySQL | 5.5.x | 5.6.x | 5.7.x | 5.7.x |
58+
| | Ubuntu Precise | Ubuntu Trusty | Ubuntu Xenial | Ubuntu Bionic | Ubuntu Focal | Ubuntu Jammy |
59+
|:------|:---------------|:--------------|:--------------|:--------------|:--------------|:--------------|
60+
| MySQL | 5.5.x | 5.6.x | 5.7.x | 5.7.x | 8.0.x | 8.0.x |
6161

6262
You can also [install MySQL 5.7](#mysql-57) on Ubuntu Trusty.
6363

user/languages/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ python:
104104
- "3.8"
105105
# PyPy versions
106106
- "pypy" # currently Python 2.7.13, PyPy 7.1.1
107-
- "pypy3" # currently Python 3.6.1, PyPy 7.1.1-beta0
107+
- "pypy3" # currently Python 3.6.9, PyPy 7.3.1
108108
# command to install dependencies
109109
install:
110110
- pip install -r requirements.txt

user/travis-ci-vcs-proxy-get-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ After you sign up to Travis CI using Travis CI VCS Proxy, we will review the acc
2222
To get started with Travis CI VCS Proxy, first, you will need:
2323

2424
1. An organization with at least one repository assigned in TCI VCS Proxy.
25+
2526
2. To configure the repository with the appropriate credentials in TCI VCS Proxy, in particular tokens.
2627

2728
For more information read the [Setting up Travis CI VCS Proxy](/user/travis-ci-vcs-proxy/).
@@ -59,7 +60,7 @@ The following example specifies a Ruby project built with Ruby 2.2 and the lates
5960
6061
The defaults for Ruby projects are a `bundle install` to [install dependencies](/user/job-lifecycle/#customizing-the-installation-phase), and `rake` to build the project.
6162

62-
6. Add the `.travis.yml` file to repository, commit to the repository to trigger a Travis CI build:
63+
7. Add the `.travis.yml` file to repository, commit to the repository to trigger a Travis CI build:
6364

6465
> Travis only runs builds on the commits you push *after* you've added a `.travis.yml` file.
6566

@@ -78,7 +79,7 @@ Perforce depot/repository may be very heavy, so downloading it fully for build (
7879
{: data-file=".travis.yml"}
7980

8081

81-
Perforce and SVN builds during Closed Beta are **available only for Linux Ubuntu, Bionic Beaver and Focal Fossa** build environments. In order to use these, following tags must be used in the `.travis.yml`:
82+
Perforce and SVN builds during Closed Beta are **available only for Linux Ubuntu, Bionic Beaver and Focal Fossa** and standard amd64 CPU architecture build environments. In order to use these, following tags must be used in the `.travis.yml`:
8283

8384
```yaml
8485
dist: bionic

0 commit comments

Comments
 (0)