Skip to content

Commit

Permalink
Merge branch '8.5' into 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 22, 2021
2 parents bb4f8aa + 5089e6c commit e237efc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"

compiler:
- default
Expand All @@ -96,6 +97,11 @@ jobs:
compiler: jit
dependencies: highest

- os: ubuntu-latest
php-version: "8.2"
compiler: jit
dependencies: highest

steps:
- name: Configure git to avoid issues with line endings
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -239,6 +245,8 @@ jobs:
include:
- php-version: "8.1"
experimental: true
- php-version: "8.2"
experimental: true

continue-on-error: ${{ matrix.experimental }}

Expand Down

0 comments on commit e237efc

Please sign in to comment.