Skip to content

Commit

Permalink
Merge pull request #53 from barbosa89/feature/update-ci
Browse files Browse the repository at this point in the history
ci: Update PHP requirement
  • Loading branch information
barbosa89 authored Nov 3, 2024
2 parents 62d97cb + 2a073f9 commit 6cb26bd
Show file tree
Hide file tree
Showing 7 changed files with 653 additions and 715 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1]
php: [8.2]
laravel: [9.*]
stability: [prefer-stable]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Cache PHP dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: vendor
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ _ide_helper_models.php
_ide_helper.php
auth.json
.DS_Store
tests/coverage
Loading

0 comments on commit 6cb26bd

Please sign in to comment.