Skip to content

Commit

Permalink
Excluding PHP 8.1 and lexer 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-T committed Mar 24, 2024
1 parent 2acd03e commit e299a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
lexer-version: [ '^2.1', '~3.0.0', '^3.1' ]
exclude:
- php-version: '8.1'
lexer-version: '^3.1'

name: PHP ${{ matrix.php-version }} - Doctrine Lexer ${{ matrix.lexer-version }}

Expand Down

0 comments on commit e299a6d

Please sign in to comment.