diff --git a/docs/development/testing/index.html b/docs/development/testing/index.html index e4b2a285..42c15d3d 100644 --- a/docs/development/testing/index.html +++ b/docs/development/testing/index.html @@ -3756,9 +3756,9 @@

Running Teststests/apps/: Example applications that can be used for tests

Continuous Integration

-

All pull requests have tests run against them on GitHub Actions, a continuous integration platform that provides Docker support for Ubuntu Jammy 22.04.

+

All pull requests have tests run against them on GitHub Actions, a continuous integration platform that provides Docker support for Ubuntu Noble 24.04.

If you wish to skip tests for a particular commit, e.g. documentation changes, you may add the [ci skip] designator to your commit message. Commits that should be tested but have the above designator will not be merged.

-

While we do provide official packages for a variety of platforms, as our test suite currently runs on Ubuntu Jammy 22.04, we only provide official installation support for that platform and the supported LTS releases of Ubuntu (currently 20.04, 22.04, and 24.04).

+

While we do provide official packages for a variety of platforms, as our test suite currently runs on Ubuntu Noble 24.04, we only provide official installation support for that platform and the supported LTS releases of Ubuntu (currently 20.04, 22.04, and 24.04).

Local Test Execution

Vagrant VM