Skip to content

Commit

Permalink
fix(ci): find a compatible php version for code and openapi generator
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Mar 12, 2024
1 parent 8a459de commit fc92a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up php
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: xml
coverage: none
ini-file: development
Expand Down

0 comments on commit fc92a6b

Please sign in to comment.