Skip to content

Commit

Permalink
test against php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jun 2, 2024
1 parent 32ceacb commit c049210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2', '8.3']
php-version: ['8.2', '8.3', '8.4']
dependency-versions: ['lowest', 'highest']
name: 'BlackBox'
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.2', '8.3']
php-version: ['8.2', '8.3', '8.4']
dependency-versions: ['lowest', 'highest']
name: 'Coverage'
steps:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.2', '8.3']
php-version: ['8.2', '8.3', '8.4']
name: 'Psalm'
steps:
- name: Checkout
Expand Down

0 comments on commit c049210

Please sign in to comment.