1
0
Fork 0

Fix: Require tests on PHP 8.2 to pass (#11554)

pull/11536/head
Andreas Möller 2023-07-21 11:10:15 +02:00 committed by GitHub
parent cf8ea3c70e
commit 9eb9e0dcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ jobs:
- "7.4" - "7.4"
- "8.0" - "8.0"
- "8.1" - "8.1"
- "8.2"
dependencies: [locked] dependencies: [locked]
os: [ubuntu-latest] os: [ubuntu-latest]
experimental: [false] experimental: [false]
@ -57,11 +58,11 @@ jobs:
- php-version: "8.2" - php-version: "8.2"
dependencies: lowest-ignore dependencies: lowest-ignore
os: ubuntu-latest os: ubuntu-latest
experimental: true experimental: false
- php-version: "8.2" - php-version: "8.2"
dependencies: highest-ignore dependencies: highest-ignore
os: ubuntu-latest os: ubuntu-latest
experimental: true experimental: false
steps: steps:
- name: "Checkout" - name: "Checkout"