Skip to content

Commit

Permalink
Fixed Build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schläpfer committed Sep 30, 2023
1 parent bf961ed commit 46b81a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
retention-days: 1

phpstan:
runs-on: ubuntu-latest
runs-on: ${{ matrix.operating-system }}

strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.0", "8.1","8.2"]
needs: [composer]

name: PHPStan - FOSSBilling Preview
Expand Down Expand Up @@ -89,7 +94,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ["8.0", "8.1","8.2"]
php-versions: ["8.1"]

name: Create a downloadable build
steps:
Expand Down

0 comments on commit 46b81a4

Please sign in to comment.