Skip to content

Commit fbecd75

Browse files
committed
Comment-out PHP versions not supported by "goaop/parser-reflection"
1 parent 05ff03f commit fbecd75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
include:
1818
- php: '7.4'
1919
phpunit_config: 'phpunit.xml.dist' # PHPUnit 9.6
20-
- php: '8.0'
21-
phpunit_config: 'phpunit.xml.dist' # PHPUnit 9.6
22-
- php: '8.1'
23-
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
20+
# - php: '8.0'
21+
# phpunit_config: 'phpunit.xml.dist' # PHPUnit 9.6
22+
# - php: '8.1'
23+
# phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
2424
- php: '8.2'
2525
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
2626
- php: '8.3'

0 commit comments

Comments
 (0)