Skip to content

Commit 009b880

Browse files
committed
Fix GHA config
Docs say to use 8.x not 8.*
1 parent b6ac211 commit 009b880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
php: [8.*, 7.4, 7.3]
22+
php: [8.x, 7.4, 7.3]
2323
dependency-version: [prefer-lowest, prefer-stable]
2424

2525
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
@@ -34,7 +34,7 @@ jobs:
3434
php-version: ${{ matrix.php }}
3535
coverage: none
3636
tools: composer
37-
37+
3838
- name: Install dependencies
3939
run: |
4040
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress

0 commit comments

Comments
 (0)