From b25e82cc6d894decc11d7d831c6002a814a006b5 Mon Sep 17 00:00:00 2001 From: Martin Rademacher Date: Tue, 8 Mar 2022 11:16:01 +1300 Subject: [PATCH] Use 81 for workflows (#1157) * Use PHP 8.1 for workflows * Update generated refs --- .github/workflows/code-style.yml | 2 +- .github/workflows/security-checks.yml | 2 +- docs/reference/annotations.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index fe46c5faf..84b851235 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -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: diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index c4338fca9..cc34ba6ab 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -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 diff --git a/docs/reference/annotations.md b/docs/reference/annotations.md index f24f3a63f..19bf70c9d 100644 --- a/docs/reference/annotations.md +++ b/docs/reference/annotations.md @@ -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 @@ -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 @@ -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 @@ -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