From: gggeek Date: Wed, 23 Nov 2022 17:01:38 +0000 (+0000) Subject: try running gha tests on jammy X-Git-Tag: 4.9.0~38 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0c11b88b77cfd54cdee9ecd3d2439bab2848b48f;p=plcapi.git try running gha tests on jammy --- 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: