diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f2aa5b..4cd8756 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,7 +85,7 @@ jobs: composer global require php-coveralls/php-coveralls php-coveralls --coverage_clover=build/logs/clover.xml -v - tests-last: + tests-latest: runs-on: ubuntu-22.04 timeout-minutes: 10 @@ -114,7 +114,7 @@ jobs: ports: - 6379:6379 - name: PHP 8.2 - Last + name: PHP Latest steps: - name: Checkout @@ -123,7 +123,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: latest tools: composer coverage: xdebug diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0218bc..12205a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,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: