Skip to content

Commit f3bb712

Browse files
committed
Reduce test matrix and coverage with Atlas
1 parent 6468e2e commit f3bb712

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/atlas-ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,20 @@ on:
99

1010
jobs:
1111
atlas-local:
12-
runs-on: "${{ matrix.os }}"
13-
name: "PHP/${{ matrix.php-version }} Symfony/${{ matrix.symfony }} Proxy/${{ matrix.proxy }}"
12+
runs-on: "ubuntu-latest"
1413
strategy:
1514
fail-fast: false
1615
matrix:
17-
os:
18-
- "ubuntu-latest"
1916
php-version:
20-
- "8.2"
21-
- "8.3"
2217
- "8.4"
2318
symfony:
2419
- "stable"
25-
- "6.4"
2620
proxy:
2721
- "lazy-ghost"
2822
include:
2923
# Test with ProxyManager
30-
- php-version: "8.2"
31-
symfony: "stable"
24+
- php-version: "8.1"
25+
symfony: "6.4"
3226
proxy: "proxy-manager"
3327
os: "ubuntu-latest"
3428

@@ -99,7 +93,7 @@ jobs:
9993
composer-options: "--prefer-dist"
10094

10195
- name: "Run PHPUnit with Atlas Local"
102-
run: "vendor/bin/phpunit"
96+
run: "vendor/bin/phpunit --group atlas"
10397
env:
10498
DOCTRINE_MONGODB_SERVER: "mongodb://127.0.0.1:27017/?directConnection=true"
10599
USE_LAZY_GHOST_OBJECTS: ${{ matrix.proxy == 'lazy-ghost' && '1' || '0' }}

0 commit comments

Comments
 (0)