8.2 is not supported yet

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/35911/head
John Molakvoæ 3 years ago
parent eab9ed6e09
commit e6b56a425b
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 2
      .github/workflows/lint-php.yml
  2. 2
      .github/workflows/oci.yml

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["8.0", "8.1", "8.2"]
php-versions: ["8.0", "8.1"]
name: php-lint

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1']
services:
oracle:

Loading…
Cancel
Save