Commit 46acc66 1 parent f8522f3 commit 46acc66 Copy full SHA for 46acc66
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ jobs:
11
11
strategy :
12
12
matrix :
13
13
operating-system : [ ubuntu-latest, ubuntu-20.04 ]
14
- php : [ '8.0', '8.1' ]
14
+ php : [ '8.0', '8.1', '8.4' ]
15
15
16
16
steps :
17
17
- uses : actions/checkout@master
18
18
19
- - name : Setup PHP
20
- uses : nanasess /setup-php@master
19
+ - name : Setup PHP Action
20
+ uses : shivammathur /setup-php@master
21
21
with :
22
22
php-version : ${{ matrix.php }}
23
23
24
24
- name : Install dependencies
25
25
run : composer install
26
26
27
27
- name : Run tests
28
- run : php vendor/bin/codecept run
28
+ run : composer run test
Original file line number Diff line number Diff line change 32
32
"Tests\\ Fixtures\\ " : " tests/Fixtures" ,
33
33
"Tests\\ Unit\\ " : " tests/Unit"
34
34
}
35
+ },
36
+ "scripts" : {
37
+ "test" : " codecept run"
35
38
}
36
39
}
You can’t perform that action at this time.
0 commit comments