Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Jun 10, 2024
1 parent 4e59f42 commit eb628e6
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit eb628e6

Please sign in to comment.