Skip to content

Commit 2d220f7

Browse files
committed
tests: allow parse rebuild tests to fail, they need a feature from 5.4 and update phpstan baseline
1 parent 9a7fc33 commit 2d220f7

File tree

2 files changed

+561
-1216
lines changed

2 files changed

+561
-1216
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
matrix:
8181
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
8282
os: [ubuntu-latest]
83-
experimental: [false]
83+
experimental: [true]
8484
composer-options: ['']
8585
include:
8686
- { php-version: '8.1', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }

0 commit comments

Comments
 (0)