File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ We accept contributions via Pull Requests on [GitHub](https://github.com/stauden
23
23
## Running Tests & Static Analysis
24
24
25
25
```
26
- docker compose run --rm php8.3 composer install
27
- docker compose run --rm php8.3 vendor/bin/phpunit
28
- docker compose run --rm php8.3 vendor/bin/phpstan analyse --memory-limit=-1
29
- docker compose run --rm php8.3 vendor/bin/phpstan analyse --configuration=phpstan.types.neon.dist --memory-limit=-1
26
+ docker compose run --rm php8.4 composer install
27
+ docker compose run --rm php8.4 vendor/bin/phpunit
28
+ docker compose run --rm php8.4 vendor/bin/phpstan analyse --memory-limit=-1
29
+ docker compose run --rm php8.4 vendor/bin/phpstan analyse --configuration=phpstan.types.neon.dist --memory-limit=-1
30
30
```
Original file line number Diff line number Diff line change 15
15
php : [ 8.4, 8.3, 8.2 ]
16
16
release : [ stable, lowest ]
17
17
include :
18
- - php : 8.3
18
+ - php : 8.4
19
19
release : stable
20
20
coverage : true
21
21
Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- php : [ 8.3 ]
15
+ php : [ 8.4 ]
16
16
release : [ stable ]
17
17
18
18
steps :
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ services:
11
11
volumes :
12
12
- .:/var/www/html:delegated
13
13
- ~/.cache/composer/files:/root/.composer/cache/files
14
- php8.3-xdebug :
15
- image : ghcr.io/staudenmeir/php:8.3
14
+ php8.4 :
15
+ image : ghcr.io/staudenmeir/php:8.4
16
16
working_dir : /var/www/html
17
17
volumes :
18
18
- .:/var/www/html:delegated
19
- - .docker/xdebug.ci.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
20
19
- ~/.cache/composer/files:/root/.composer/cache/files
21
- php8.4 :
20
+ php8.4-xdebug :
22
21
image : ghcr.io/staudenmeir/php:8.4
23
22
working_dir : /var/www/html
24
23
volumes :
25
24
- .:/var/www/html:delegated
25
+ - .docker/xdebug.ci.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
26
26
- ~/.cache/composer/files:/root/.composer/cache/files
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ services:
16
16
working_dir : /var/www/html
17
17
volumes :
18
18
- .:/var/www/html:delegated
19
- # - .docker/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
19
+ - .docker/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
You can’t perform that action at this time.
0 commit comments