Skip to content

Commit

Permalink
Comment-out PHP versions not supported by "goaop/parser-reflection"
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Jul 7, 2024
1 parent 850d664 commit 881e56b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
include:
- php: '7.4'
phpunit_config: 'phpunit.xml.dist' # PHPUnit 9.6
- php: '8.0'
phpunit_config: 'phpunit.xml.dist' # PHPUnit 9.6
- php: '8.1'
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
# - php: '8.0'
# phpunit_config: 'phpunit.xml.dist' # PHPUnit 9.6
# - php: '8.1'
# phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
- php: '8.2'
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
- php: '8.3'
Expand Down

0 comments on commit 881e56b

Please sign in to comment.