Skip to content

Commit

Permalink
Removes testing on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 24, 2024
1 parent 49c774a commit 1c426be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['8.1', '8.2', '8.3']
php: ['8.2', '8.3']
dependency-version: [lowest, highest]

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

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

0 comments on commit 1c426be

Please sign in to comment.