Skip to content

Commit

Permalink
Test with PHP latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 24, 2023
1 parent 09af4d1 commit 0966d2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
fail-fast: true

name: PHP 8.2 - Last
name: PHP Latest

steps:
- name: Checkout
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: latest
tools: composer
coverage: xdebug

Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ test:php:
- build/docs/
coverage: '/^\s*Lines:\s*\d+.\d+\%/'

test:php-last:
image: registry.gitlab.com/aplus-framework/images/base:3
test:php-latest:
image: registry.gitlab.com/aplus-framework/images/base:latest
stage: test
timeout: 10 minutes
cache:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ services:
volumes:
- .:/package
tty: true
package-last:
image: registry.gitlab.com/aplus-framework/images/package:3
container_name: package-helpers-last
package-latest:
image: registry.gitlab.com/aplus-framework/images/package:latest
container_name: package-helpers-latest
working_dir: /package
volumes:
- .:/package
Expand Down

0 comments on commit 0966d2b

Please sign in to comment.