diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 79c0076b1..48ad3efde 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ ubuntu-latest, windows-latest ] - php-versions: [ '8.0', '8.1', '8.2'] + operating-system: [ubuntu-latest, windows-latest] + php-versions: ["8.0", "8.1", "8.2", "8.3"] steps: - name: Set git to use LF diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 3fa29fc84..96b1f49e8 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ ubuntu-latest, windows-latest ] - php-versions: [ '8.0', '8.1', '8.2' ] + operating-system: [ubuntu-latest, windows-latest] + php-versions: ["8.0", "8.1", "8.2", "8.3"] steps: - name: Set git to use LF diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ab81623a8..1cec88931 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ ubuntu-latest, windows-latest ] - php-versions: [ '8.0', '8.1', '8.2', '8.3' ] + operating-system: [ubuntu-latest, windows-latest] + php-versions: ["8.0", "8.1", "8.2", "8.3"] steps: - name: Set git to use LF