Skip to content

Commit

Permalink
chore: add php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adbario committed Mar 5, 2025
1 parent d71a4b4 commit 8f1b388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
experimental: [false]
include:
- php: '8.2'
- php: '8.3'
analysis: true

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 8f1b388

Please sign in to comment.