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 2, 2024
1 parent 2a8557c commit 3f0430c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@ name: CI Code Checks
on:
pull_request:
push:
branches: [ master ]
branches:
- master

jobs:
run:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.2']

env:
PHP_VERSION: ${{ matrix.php-versions }}

name: PHP ${{ matrix.php-versions }}

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3f0430c

Please sign in to comment.