Skip to content

Commit 1c426be

Browse files
committed
Removes testing on PHP 8.1
1 parent 49c774a commit 1c426be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
php: ['8.1', '8.2', '8.3']
11+
php: ['8.2', '8.3']
1212
dependency-version: [lowest, highest]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
@@ -38,4 +38,4 @@ jobs:
3838
composer-options: "--prefer-dist"
3939

4040
- name: Run Tests
41-
run: vendor/bin/pest --colors=always
41+
run: vendor/bin/pest

0 commit comments

Comments
 (0)