File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
uses : actions/checkout@v4
14
14
15
15
- name : Composer Install
16
- run : docker- compose -f docker-compose.yml run test_runner composer install
16
+ run : docker compose -f docker-compose.yml run test_runner composer install
17
17
env :
18
- PHP_VERSION : ' 8.0 '
18
+ PHP_VERSION : ' 8.4 '
19
19
20
20
- name : Build Docker Container
21
- run : docker- compose -f docker-compose.yml build >/dev/null
21
+ run : docker compose -f docker-compose.yml build >/dev/null
22
22
env :
23
- PHP_VERSION : ' 8.0 '
23
+ PHP_VERSION : ' 8.4 '
24
24
25
25
- name : Run Tests
26
- run : docker- compose -f docker-compose.yml run -e CHECK_LINKS=true test_runner vendor/bin/phpunit --testsuite PhpDoc
26
+ run : docker compose -f docker-compose.yml run -e CHECK_LINKS=true test_runner vendor/bin/phpunit --testsuite PhpDoc
27
27
env :
28
- PHP_VERSION : ' 8.0 '
28
+ PHP_VERSION : ' 8.4 '
Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
13
13
uses : actions/checkout@v4
14
14
15
15
- name : Build Docker Container
16
- run : docker- compose -f docker-compose.yml build >/dev/null
16
+ run : docker compose -f docker-compose.yml build >/dev/null
17
17
env :
18
- PHP_VERSION : ' 8.0 '
18
+ PHP_VERSION : ' 8.4 '
19
19
20
20
- name : Composer Install
21
- run : docker- compose -f docker-compose.yml run test_runner composer install
21
+ run : docker compose -f docker-compose.yml run test_runner composer install
22
22
23
23
- name : Dump Reflection With Pecl To File
24
- run : docker- compose -f docker-compose.yml run pecl_extensions /usr/local/bin/php tests/Tools/dump-reflection-to-file.php ReflectionDataPecl.json
24
+ run : docker compose -f docker-compose.yml run pecl_extensions /usr/local/bin/php tests/Tools/dump-reflection-to-file.php ReflectionDataPecl.json
25
25
26
26
- name : Dump Reflection Without Pecl To File
27
- run : docker- compose -f docker-compose.yml run php_under_test /usr/local/bin/php tests/Tools/dump-reflection-to-file.php ReflectionData.json
27
+ run : docker compose -f docker-compose.yml run php_under_test /usr/local/bin/php tests/Tools/dump-reflection-to-file.php ReflectionData.json
28
28
29
29
- name : Build Reflection Data With Pecl Only
30
- run : docker- compose -f docker-compose.yml run php_under_test /usr/local/bin/php tests/Tools/dump-pecl-to-file.php
30
+ run : docker compose -f docker-compose.yml run php_under_test /usr/local/bin/php tests/Tools/dump-pecl-to-file.php
31
31
32
32
- name : Run Tests
33
- run : docker- compose -f docker-compose.yml run -e PHP_VERSION='8.0 ' test_runner vendor/bin/phpunit tests/
33
+ run : docker compose -f docker-compose.yml run -e PHP_VERSION='8.4 ' test_runner vendor/bin/phpunit tests/
34
34
env :
35
- PHP_VERSION : ' 8.0 '
35
+ PHP_VERSION : ' 8.4 '
You can’t perform that action at this time.
0 commit comments