This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/update-requirements
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/juerg/update-requirements by 
this push:
     new 25fd49d34 ci: Use Fedora 39 as default image for tests
25fd49d34 is described below

commit 25fd49d341e7a01cd33b35e9aff8370b00c8b377
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Jul 19 15:20:15 2024 +0200

    ci: Use Fedora 39 as default image for tests
    
    Fedora 38 is no longer supported.
---
 .github/compose/ci.docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/compose/ci.docker-compose.yml 
b/.github/compose/ci.docker-compose.yml
index 320ffe7dc..a8ebf5614 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -1,7 +1,7 @@
 version: '3.4'
 
 x-tests-template: &tests-template
-    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:38-${CI_IMAGE_VERSION:-latest}
+    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:39-${CI_IMAGE_VERSION:-latest}
     command: tox -vvvvv -- --color=yes --integration
     environment:
       TOXENV: ${CI_TOXENV_ALL}

Reply via email to