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 committed Mar 1, 2024
1 parent 6d18af9 commit 4e0e9df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: PHPUnit

on: [pull_request]
on:
- pull_request

jobs:
phpunit:
runs-on: ubuntu-latest

strategy:
matrix:
php: [ '7.3', '7.4', '8.0', '8.1' ]
php: ['7.3', '7.4', '8.0', '8.1', '8.2']

steps:
- name: Cancel Previous Run
Expand Down

0 comments on commit 4e0e9df

Please sign in to comment.