From fa435ba14aa23f178fc825f9859014f66778a215 Mon Sep 17 00:00:00 2001 From: Daniel Subiabre Date: Mon, 2 Dec 2024 15:03:05 +0100 Subject: [PATCH] Update phpunit gh action config for php8.3 --- .github/workflows/phpunit.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 285b0bf..8e1b527 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -17,15 +17,13 @@ jobs: steps: - uses: actions/checkout@v4 - - - name: Install dependencies - run: composer install --prefer-dist --no-progress --no-suggest + - uses: php-actions/composer@v6 - name: PHPUnit uses: php-actions/phpunit@v4 env: DATABASE_URL: mysql://root:goteo@127.0.0.1:${{ job.services.mariadb.ports['3306'] }}/goteo with: - php_version: '8.3' + php_version: 8.3 php_extensions: pdo_mysql configuration: phpunit.xml.dist