Skip to content

Commit e4a5ffe

Browse files
Jamesking56Kyon147
andauthored
Update CI to test on PHP 8.2 and 8.3 (#341)
Co-authored-by: Luke Walsh <[email protected]>
1 parent 47f8d61 commit e4a5ffe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
php:
1313
- '8.0'
1414
- '8.1'
15+
- '8.2'
16+
- '8.3'
1517
analysis: [ false ]
1618
coverage: [ 'none' ]
1719
normalize: [ false ]
@@ -30,6 +32,14 @@ jobs:
3032
laravel: '8.22'
3133
- php: '8.1'
3234
laravel: '9.0'
35+
- php: '8.2'
36+
laravel: '8.22'
37+
- php: '8.2'
38+
laravel: '9.0'
39+
- php: '8.3'
40+
laravel: '8.22'
41+
- php: '8.3'
42+
laravel: '9.0'
3343
include:
3444
- php: '8.0'
3545
laravel: '9.39.0'

0 commit comments

Comments
 (0)