Skip to content

Commit 0904b70

Browse files
committed
Run jobs with PHP latest version
1 parent 3d83354 commit 0904b70

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -77,7 +77,7 @@ jobs:
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

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)