Skip to content

Commit

Permalink
Transform source code on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 27, 2022
1 parent 7862a64 commit c56389b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: 8.0
php-version: 8.1
extensions: mbstring, intl

- name: "Rector downgrade cache key"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: 8.0
php-version: 8.1
extensions: mbstring, intl

- name: "Rector downgrade cache key"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: 8.0
php-version: 8.1
extensions: mbstring, intl

- name: "Rector downgrade cache key"
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.0"
php-version: "8.1"
extensions: mbstring, intl

- name: "Rector downgrade cache key"
Expand Down

0 comments on commit c56389b

Please sign in to comment.