[ci] Fix CI to actually test PHP 8.0; add PHP 8.2

The CI job for PHP 8.0 was relying on not specifying a version
giving us PHP 8.0, but actually it gives us 8.1 currently.

This seems too brittle, so always specify the version explicitly as
at worst it means uninstalling and reinstalling PHP packages in a
case we could avoid.

Also add PHP 8.2 testing.

See #2383
This commit is contained in:
Olly Betts 2022-09-28 11:10:45 +13:00
commit c3ae2aaafc

View file

@ -118,8 +118,11 @@ jobs:
- SWIGLANG: php
VER: '7.4'
- SWIGLANG: php
VER: '8.0'
- SWIGLANG: php
VER: '8.1'
- SWIGLANG: php
VER: '8.2'
- SWIGLANG: python
PY2: 2
- SWIGLANG: python