File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
6161 composer global require php-coveralls/php-coveralls
6262 php-coveralls --coverage_clover=build/logs/clover.xml -v
6363
64- tests-last :
64+ tests-latest :
6565 runs-on : ubuntu-22.04
6666 timeout-minutes : 10
6767
6868 strategy :
6969 fail-fast : true
7070
71- name : PHP 8.2 - Last
71+ name : PHP Latest
7272
7373 steps :
7474 - name : Checkout
7777 - name : Setup PHP
7878 uses : shivammathur/setup-php@v2
7979 with :
80- php-version : 8.2
80+ php-version : latest
8181 tools : composer
8282 coverage : xdebug
8383
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ test:php:
3232 - build/docs/
3333 coverage : ' /^\s*Lines:\s*\d+.\d+\%/'
3434
35- test:php-last :
36- image : registry.gitlab.com/aplus-framework/images/base:3
35+ test:php-latest :
36+ image : registry.gitlab.com/aplus-framework/images/base:latest
3737 stage : test
3838 timeout : 10 minutes
3939 cache :
You can’t perform that action at this time.
0 commit comments