Skip to content

Commit

Permalink
Update GitHub Actions for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and LKaemmerling committed Mar 12, 2024
1 parent 1eea248 commit 02956d6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: Tests

on: [ push, pull_request ]
on:
- push
- pull_request

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 7.3, 7.4, 8.0, 8.1]
dependency-version: [ prefer-stable ]
redis-version: [ 6 ]
os: [ubuntu-latest]
php: [7.3, 7.4, 8.0, 8.1, '8.2']
dependency-version: [prefer-stable]
redis-version: [6]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit 02956d6

Please sign in to comment.