File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
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
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' }}
You can’t perform that action at this time.
0 commit comments