Skip to content

ci: add PHP 8.6 to the test matrix #709

ci: add PHP 8.6 to the test matrix

ci: add PHP 8.6 to the test matrix #709

name: Architectural test
on:
push:
permissions:
contents: read
jobs:
phparkitect:
name: PHPArkitect
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v7
- name: Install PHP
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: '8.2'
tools: composer:v2.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: composer install --prefer-dist
- name: PHPArkitect
run: php bin-stub/phparkitect check