Skip to content

Commit a374fa8

Browse files
committed
only run one test on aura concurrently
1 parent 6add25a commit a374fa8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
name: "Running on all provided Aura instances"
1717
strategy:
1818
fail-fast: false
19-
matrix:
20-
php-version: ["8.0", "8.2"]
2119

2220
steps:
2321
- uses: actions/checkout@v2
@@ -29,12 +27,12 @@ jobs:
2927
- uses: php-actions/composer@v6
3028
with:
3129
progress: yes
32-
php_version: ${{ matrix.php-version }}
30+
php_version: 8.0
3331
version: 2
3432
- uses: php-actions/phpunit@v3
3533
with:
3634
configuration: phpunit.xml.dist
37-
php_version: ${{ matrix.php-version }}
35+
php_version: 8.0
3836
memory_limit: 1024M
3937
version: 9
4038
testsuite: Integration

0 commit comments

Comments
 (0)