Skip to content

Commit

Permalink
Update CI to test on PHP 8.2 and 8.3 (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Walsh <[email protected]>
  • Loading branch information
Jamesking56 and Kyon147 authored Sep 24, 2024
1 parent 47f8d61 commit e4a5ffe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
analysis: [ false ]
coverage: [ 'none' ]
normalize: [ false ]
Expand All @@ -30,6 +32,14 @@ jobs:
laravel: '8.22'
- php: '8.1'
laravel: '9.0'
- php: '8.2'
laravel: '8.22'
- php: '8.2'
laravel: '9.0'
- php: '8.3'
laravel: '8.22'
- php: '8.3'
laravel: '9.0'
include:
- php: '8.0'
laravel: '9.39.0'
Expand Down

0 comments on commit e4a5ffe

Please sign in to comment.