From 0c11b88b77cfd54cdee9ecd3d2439bab2848b48f Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 23 Nov 2022 17:01:38 +0000 Subject: [PATCH] try running gha tests on jammy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2de2bd5..64b5634c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: # @see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners # @todo fix: atm our tests fail when using ubuntu 20 (focal) and php 5.6 - 7.1, when using # an ssl stream context for connecting to localhost via https - operating-system: ['ubuntu-20.04'] # @todo add 'windows-latest' + operating-system: ['ubuntu-22.04'] # @todo add 'windows-latest' # @todo enable testing on php 5.3 - it requires use an older version of phpunit (and no yoast/phpunit-polyfills?) php: ['8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4'] steps: -- 2.47.0