Skip to content

Commit

Permalink
PHP 8.3 build (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Sep 8, 2023
1 parent 978a6bb commit f970e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', 8.1, 8.2]
php: ['8.0', 8.1, 8.2, 8.3]
laravel: [9, 10]
phpunit: [9, 10]
exclude:
- php: '8.0'
laravel: 10
- php: '8.0'
phpunit: 10
- php: 8.3
laravel: 9
- laravel: 9
phpunit: 10

Expand Down

0 comments on commit f970e0b

Please sign in to comment.