From eb628e695715195354462e76473ad44bec584d57 Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Mon, 10 Jun 2024 22:03:51 +0200 Subject: [PATCH] wip --- .github/workflows/php.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8c5da0c..ab569fa 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -18,9 +18,10 @@ jobs: - '8.3' symfony-version: - - '5.3' - '5.4' - - '6.0' + - '6.4' + - '7.0' + - '7.1' exclude: - php-version: 7.2 @@ -32,12 +33,6 @@ jobs: - php-version: 8.0 symfony-version: 6.0 - include: - - php-version: 8.2 - symfony-version: 7.0 - - php-version: 8.3 - symfony-version: 7.0 - name: PHP ${{ matrix.php-version }} and Symfony ${{ matrix.symfony-version }} steps: - uses: actions/checkout@v4 @@ -59,12 +54,11 @@ jobs: key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: ${{ runner.os }}-composer- - - name: Setup + - name: ๐Ÿšง Setup run: composer config extra.symfony.require ^${{ matrix.symfony-version }} - - name: Install + - name: ๐Ÿ›  Install run: make install - - name: Test - run: | - make test + - name: ๐Ÿงช Test + run: make test