Skip to content

Commit

Permalink
test against php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Sep 24, 2023
1 parent fa020ee commit 264cc69
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.2']
php-version: ['8.2', '8.3']
dependencies: ['lowest']
name: 'PHPUnit'
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.2']
php-version: ['8.2', '8.3']
name: 'Psalm'
steps:
- name: Checkout
Expand Down

0 comments on commit 264cc69

Please sign in to comment.