Skip to content

Commit b81f777

Browse files
committed
fix phpunit config, add ci-config for php 8.1 and symfony 6
1 parent 8c9a3ee commit b81f777

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- '7.3'
5656
- '7.4'
5757
- '8.0'
58+
- '8.1'
5859

5960
steps:
6061
- name: 'Check out'
@@ -111,7 +112,21 @@ jobs:
111112
- php-version: '7.4'
112113
composer-options: '--prefer-stable'
113114
symfony-version: '5.3.*'
115+
- php-version: '7.4'
116+
composer-options: '--prefer-stable'
117+
symfony-version: '6.0.*'
118+
- php-version: '8.0'
119+
composer-options: '--prefer-stable'
120+
symfony-version: '5.3.*'
114121
- php-version: '8.0'
122+
composer-options: '--prefer-stable'
123+
symfony-version: '6.0.*'
124+
- php-version: '8.1'
125+
composer-options: '--prefer-stable'
126+
symfony-version: '5.3.*'
127+
- php-version: '8.1'
128+
composer-options: '--prefer-stable'
129+
symfony-version: '6.0.*'
115130

116131
steps:
117132
- name: 'Check out'

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
bootstrap="vendor/autoload.php"
66
>
77
<testsuites>
8-
<testsuite name="legacy API">
9-
<directory>./tests/Legacy</directory>
10-
</testsuite>
118
<testsuite name="integration tests">
129
<directory>./tests/Integration</directory>
1310
</testsuite>

0 commit comments

Comments
 (0)