Skip to content

Commit f810b57

Browse files
committed
Update GitHub Actions for Laravel 13
1 parent 2686d32 commit f810b57

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@ on:
1212

1313
jobs:
1414
build:
15-
1615
runs-on: ubuntu-latest
1716

1817
strategy:
1918
fail-fast: true
2019
matrix:
21-
php: [ 8.2, 8.3, 8.4 ]
22-
core: [ '4.3.2', '5.2' ]
23-
laravel: [ 11, 12 ]
20+
php: [8.2, 8.3, 8.4]
21+
core: [4.3.2, '5.2']
22+
laravel: [11, 12, 13]
2423
exclude:
2524
- laravel: 12
26-
core: '4.3.2'
25+
core: 4.3.2
26+
- laravel: '13'
27+
php: 8.2
2728

2829
steps:
2930
- name: Checkout Code

0 commit comments

Comments
 (0)