Skip to content

Commit

Permalink
Indicate, that PHP 8.0 and PHP 8.1 are not supported due to the depen…
Browse files Browse the repository at this point in the history
…dency limitations
  • Loading branch information
aik099 committed Dec 17, 2024
1 parent b28e9db commit d37b143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
phpunit_config: 'phpunit9.xml.dist' # PHPUnit 9.6
- php: '7.4'
phpunit_config: 'phpunit9.xml.dist' # PHPUnit 9.6
# Don't test on PHP 8.0 and PHP 8.1 due to "goaop/parser-reflection" bug: https://github.com/goaop/parser-reflection/issues/138
# - php: '8.0'
# phpunit_config: 'phpunit9.xml.dist' # PHPUnit 9.6
# - php: '8.1'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php
1 change: 1 addition & 0 deletions trait_test.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php

0 comments on commit d37b143

Please sign in to comment.