Skip to content

Commit 9704f9b

Browse files
committed
ci: update PHP versions in test matrix and simplify test execution
1 parent 7dad315 commit 9704f9b

File tree

3 files changed

+2
-137
lines changed

3 files changed

+2
-137
lines changed

.github/workflows/run-feature-tests.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, windows-latest, macos-latest ]
20-
php: [ 8.4, 8.3, 8.2, 8.1 ]
20+
php: [ 8.4, 8.3, 8.2]
2121
laravel: [ '10.*', '11.*', '12.*' ]
2222
stability: [ prefer-lowest, prefer-stable ]
2323
exclude:
2424
- laravel: 10.*
2525
php: 8.4
26-
- laravel: 11.*
27-
php: 8.1
28-
- laravel: 12.*
29-
php: 8.1
3026

3127
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3228

@@ -63,4 +59,4 @@ jobs:
6359
run: vendor/bin/pest --version
6460

6561
- name: Execute tests
66-
run: vendor/bin/pest --exclude-group=feature
62+
run: vendor/bin/pest

tests/Feature/BootingTest.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)