Skip to content

Commit

Permalink
(tests): run testing on php8.2 and php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camwhit-e authored Oct 25, 2024
1 parent 8c1e2a6 commit 70ef535
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Laravel
name: Build UI and run PHPUnit

on:
push:
Expand All @@ -7,20 +7,21 @@ on:
branches: [ "main" ]

jobs:
laravel-tests:
git-tests:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
php-version: [8.2, 8.3]
node-version: [18,19,20]

steps:

- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.3'
php-version: ${{ matrix.php-version }}

- uses: actions/checkout@v4

Expand Down

0 comments on commit 70ef535

Please sign in to comment.