Skip to content

Commit

Permalink
test against php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jan 29, 2023
1 parent 06bbc65 commit ff77784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.1']
php-version: ['8.1', '8.2']
name: 'PHPUnit'
steps:
- name: Checkout
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1']
php-version: ['8.1', '8.2']
name: 'Psalm'
steps:
- name: Checkout
Expand Down

0 comments on commit ff77784

Please sign in to comment.