Skip to content

Commit

Permalink
update github actions php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistrfilda committed Jun 16, 2022
1 parent 14ef17d commit b7195cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '8.0' ]
php-versions: [ '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b7195cd

Please sign in to comment.