Skip to content

Commit

Permalink
Use 81 for workflows (#1157)
Browse files Browse the repository at this point in the history
* Use PHP 8.1 for workflows

* Update generated refs
  • Loading branch information
DerManoMann authored Mar 7, 2022
1 parent a77da9a commit b25e82c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'

- uses: ramsey/composer-install@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true
matrix:
operating-system: [ ubuntu-latest ]
php: [ '7.2', '7.3', '7.4', '8.0' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1'' ]
dependencies: [ 'highest' ]

name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Configuration details for a supported OAuth Flow.
## [Header](https://github.com/zircote/swagger-php/tree/master/src/Annotations/Header.php)

### References
- [OAI Header Object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#headerObject)
- [OAI Header Object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#headerObject).
### Properties
- ref
- header
Expand Down Expand Up @@ -366,7 +366,7 @@ On top of this subset, there are extensions provided by this specification to al
## [SecurityScheme](https://github.com/zircote/swagger-php/tree/master/src/Annotations/SecurityScheme.php)

### References
- [OAI Security Scheme Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#securitySchemeObject)
- [OAI Security Scheme Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#securitySchemeObject).
### Properties
- ref
- securityScheme
Expand Down Expand Up @@ -403,7 +403,7 @@ An object representing a Server Variable for server URL template substitution.
## [Tag](https://github.com/zircote/swagger-php/tree/master/src/Annotations/Tag.php)

### References
- [OAI Tag Object]( https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#tagObject)
- [OAI Tag Object]( https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#tagObject).
### Properties
- name
- description
Expand All @@ -415,7 +415,7 @@ An object representing a Server Variable for server URL template substitution.
## [Xml](https://github.com/zircote/swagger-php/tree/master/src/Annotations/Xml.php)

### References
- [OAI XML Object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#xmlObject)
- [OAI XML Object](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#xmlObject).
### Properties
- name
- namespace
Expand Down

0 comments on commit b25e82c

Please sign in to comment.