Skip to content

Commit

Permalink
Use PHP8.0 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
H2CK committed Mar 22, 2023
1 parent c9732b3 commit 7bb60c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
types: [published]

env:
PHP_VERSION: 7.4
PHP_VERSION: 8.0

jobs:
build_and_publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "*"

env:
PHP_VERSION: 7.4
PHP_VERSION: 8.0

jobs:
build_test:
Expand Down

0 comments on commit 7bb60c6

Please sign in to comment.