Run tests on PHP 8.2 too

pull/10596/head
Michele Locati 3 years ago
parent c63316fad1
commit 93648376f0
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
  1. 2
      .github/workflows/test_php_ext.yml

@ -45,6 +45,8 @@ jobs:
version: "7.4.18-dbg"
- php-image: php:8.1-cli
version: "8.1.14"
- php-image: php:8.2-cli
version: "8.2"
name: Build ${{ matrix.version }}
runs-on: ubuntu-latest
container: ${{ matrix.php-image }}

Loading…
Cancel
Save