Skip to content

Commit f9e0ae6

Browse files
committed
Try just 8.0
1 parent 60ddd43 commit f9e0ae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ 8.0.2, 8.1, 8.2 ]
17+
php: [ 8.0, 8.1, 8.2 ]
1818
laravel: [ 9.*, 10.* ]
1919
dependency-version: [ prefer-lowest, prefer-stable ]
2020
include:
@@ -32,9 +32,9 @@ jobs:
3232

3333
# Laravel 10 requires PHP 8.1
3434
- laravel: 10.*
35-
php: 8.0.2
35+
php: 8.0
3636

37-
name: P${{ matrix.php }} / L${{ matrix.laravel }} / G${{ matrix.guzzle }} / ${{ matrix.dependency-version }}
37+
name: P${{ matrix.php }} / L${{ matrix.laravel }} / ${{ matrix.dependency-version }}
3838

3939
steps:
4040
- name: Checkout code

0 commit comments

Comments
 (0)