Skip to content

Commit

Permalink
[Laravel 10] Bump actions versions
Browse files Browse the repository at this point in the history
Update minimum Laravel version in README
  • Loading branch information
nicekiwi committed Apr 27, 2024
1 parent 932454e commit b922e55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php: [ '8.1', '8.2', '8.3' ]
continue-on-error: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -31,7 +31,7 @@ jobs:

- name: PHP ${{ matrix.php }} - Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand All @@ -48,7 +48,7 @@ jobs:
run: composer run-script test

- name: Publish Test Coverage
uses: paambaati/codeclimate-action@v2.7.5
uses: paambaati/codeclimate-action@v6
if: ${{ matrix.php }} == '8.1' && ${{ github.ref }} == 'master'
env:
apiKey: ${{ secrets.STEAM_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![License](https://poser.pugx.org/syntax/steam-api/license.svg)](https://packagist.org/packages/syntax/steam-api)

**Version Support**
`Laravel >= 9.0`
`Laravel >= 10.0`
`PHP >= 8.1`

- [Installation](#installation)
Expand Down

0 comments on commit b922e55

Please sign in to comment.