From: gggeek Date: Sun, 14 Apr 2024 22:05:12 +0000 (+0000) Subject: test on php 8.3 X-Git-Tag: 4.10.2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f594a38b58c0a45263f5c3700ae4442851e53b09;p=plcapi.git test on php 8.3 --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9ea75bd..5fa6c8c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,8 @@ jobs: include: # @see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners # @todo run some tests on 'windows-latest' (needs test env setup scripts for windows to be developed) + - php: '8.3' + operating-system: ubuntu-22.04 - php: '8.2' operating-system: ubuntu-22.04 - php: '8.1'