Skip to content

Commit 99a3234

Browse files
committed
Bumping php and laravel versions for GHA
1 parent 8fc3806 commit 99a3234

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.0, 8.1]
17-
laravel: [8.*, 9.*, 10.*]
16+
php: [8.2, 8.3, 8.4]
17+
laravel: [11.*, 12.*]
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 8.*
21-
- laravel: 9.*
22-
- laravel: 10.*
20+
- laravel: 11.*
21+
- laravel: 12.*
2322

2423
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2524

2625
steps:
2726
- name: Checkout code
28-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2928

3029
- name: Setup PHP
3130
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)