Skip to content

Commit 7ce7707

Browse files
committed
ci(tests): Update PHP versions in CI workflow
- Adjusted PHP versions to include only 7.4 and 8.4 - Retained the existing Laravel versions for compatibility - Ensured that the CI workflow remains efficient with reduced PHP matrix
1 parent e82108b commit 7ce7707

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest]
16-
php: [7.4, '8.2', 8.3, '8.3', '8.4']
17-
dependency-version: [prefer-stable]
18-
laravel: ['8.23.*', '9.*', '10.*', '11.*', '12.*']
15+
os: [ ubuntu-latest ]
16+
php: [ 7.4, 8.4 ]
17+
dependency-version: [ prefer-stable ]
18+
laravel: [ '8.23.*', '9.*', '10.*', '11.*', '12.*' ]
1919
include:
2020
- laravel: 8.23.*
2121
testbench: 6.*
@@ -34,10 +34,10 @@ jobs:
3434
laravel: 10.*
3535
- php: 7.4
3636
laravel: 11.*
37-
- php: 8.3
37+
- php: 7.4
38+
laravel: 12.*
39+
- php: 8.4
3840
laravel: 8.23.*
39-
- laravel: 12.*
40-
php: 7.4
4141

4242
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4343

0 commit comments

Comments
 (0)