Skip to content

Commit

Permalink
exclude PHP 8.2 since only Pimcore 11 is compatible with it
Browse files Browse the repository at this point in the history
  • Loading branch information
limenet committed Aug 1, 2023
1 parent 6e7a4d3 commit e9450b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.0', '8.1', '8.2' ]
exclude:
- php-versions: 8.2

steps:
- name: Checkout code
Expand Down

0 comments on commit e9450b7

Please sign in to comment.