Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 29, 2022
1 parent a5940a0 commit 2d503bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none

- name: Run friendsofphp/php-cs-fixer
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.1
coverage: none

- name: Update dependencies with composer
Expand All @@ -57,6 +57,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 2d503bd

Please sign in to comment.