File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Codeception tests
22
3- on : [push]
3+ on : [ push ]
44
55jobs :
66 build :
@@ -11,18 +11,18 @@ jobs:
1111 strategy :
1212 matrix :
1313 operating-system : [ ubuntu-latest, ubuntu-20.04 ]
14- php : [ '8.0', '8.1' ]
14+ php : [ '8.0', '8.1', '8.4' ]
1515
1616 steps :
1717 - uses : actions/checkout@master
1818
19- - name : Setup PHP
20- uses : nanasess /setup-php@master
19+ - name : Setup PHP Action
20+ uses : shivammathur /setup-php@master
2121 with :
2222 php-version : ${{ matrix.php }}
2323
2424 - name : Install dependencies
2525 run : composer install
2626
2727 - 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 3434 "Kodus\\ Cache\\ Test\\ " : " tests/" ,
3535 "Kodus\\ Cache\\ Test\\ Unit\\ " : " tests/unit/"
3636 }
37+ },
38+ "scripts" : {
39+ "test" : " codecept run"
3740 }
3841}
You can’t perform that action at this time.
0 commit comments