File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
5959 composer global require php-coveralls/php-coveralls
6060 php-coveralls --coverage_clover=build/logs/clover.xml -v
6161
62- tests-last :
62+ tests-latest :
6363 runs-on : ubuntu-22.04
6464 timeout-minutes : 10
6565
6666 strategy :
6767 fail-fast : true
6868
69- name : PHP 8.2 - Last
69+ name : PHP Latest
7070
7171 steps :
7272 - name : Checkout
7575 - name : Setup PHP
7676 uses : shivammathur/setup-php@v2
7777 with :
78- php-version : 8.2
78+ php-version : latest
7979 tools : composer
8080 coverage : xdebug
8181
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ test:php:
3030 - build/docs/
3131 coverage : ' /^\s*Lines:\s*\d+.\d+\%/'
3232
33- test:php-last :
34- image : registry.gitlab.com/aplus-framework/images/base:3
33+ test:php-latest :
34+ image : registry.gitlab.com/aplus-framework/images/base:latest
3535 stage : test
3636 timeout : 10 minutes
3737 cache :
You can’t perform that action at this time.
0 commit comments