Skip to content

Commit

Permalink
Incorporate review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Aug 24, 2023
1 parent f550b5f commit 227b6ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [master, php-8.3-compatibility]
branches: [master]
pull_request:
release:
types: [created]
Expand Down Expand Up @@ -44,12 +44,15 @@ jobs:
phpstan:
runs-on: ubuntu-latest
name: Static analysis
strategy:
matrix:
php: ["8.2", "8.3"]
steps:
- uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "${{ matrix.php }}"
coverage: none
- name: Install dependencies
run: COMPOSER_ROOT_VERSION=dev-master composer update
Expand Down

0 comments on commit 227b6ba

Please sign in to comment.