Skip to content

Commit

Permalink
test against php 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Sep 16, 2023
1 parent 2ee0b32 commit 0ab22dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.1']
php-version: ['8.1', '8.2', '8.3']
name: 'PHPUnit'
steps:
- name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1']
php-version: ['8.1', '8.2', '8.3']
name: 'Psalm'
steps:
- name: Checkout
Expand Down

0 comments on commit 0ab22dd

Please sign in to comment.