From 16a2046c8a4339107bda778025b571a782d4273d Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Thu, 12 Dec 2024 16:59:48 -0600 Subject: [PATCH] Integration tests failed on 24.04; rollback to 22. --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 946b5111..522f05e3 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ concurrency: jobs: integration: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: