Skip to content

Commit

Permalink
Update GitHub actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jan 5, 2022
1 parent 0e00608 commit f7e6f72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- php-version: "7.3"
- php-version: "7.4"
- php-version: "8.0"
- php-version: "8.1"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -62,4 +63,4 @@ jobs:
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
parallel-finished: true

0 comments on commit f7e6f72

Please sign in to comment.