From: Andy Allan Date: Sun, 16 Feb 2025 14:50:04 +0000 (+0000) Subject: Merge pull request #5691 from tomhughes/system-test-clear-deliveries X-Git-Tag: live~263 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0c0b68664e63c05c4451d24e8147ec64efc27965?hp=8fcd4513fcbffec76cc2c1a807810f7ab9b3446f Merge pull request #5691 from tomhughes/system-test-clear-deliveries Clear test deliveries before and after system tests --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfeb3d33a..156ed99e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: ubuntu: [22.04, 24.04] - ruby: ['3.1', '3.2', '3.3'] + ruby: ['3.1', '3.2', '3.3', '3.4'] runs-on: ubuntu-${{ matrix.ubuntu }} env: RAILS_ENV: test