Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: updates for mobile and release #4

Merged
merged 17 commits into from
Mar 4, 2025
Prev Previous commit
Next Next commit
maybe fix tests 1
awcodes committed Mar 4, 2025
commit 7dd14a3e4c589898279acb318b5ad91c84c8ce6a
1 change: 1 addition & 0 deletions .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Fix PHP Code Styling"

on:
workflow_dispatch:
push:
paths:
- '**.php'
3 changes: 2 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: PHPStan

on:
workflow_dispatch:
push:
paths:
- '**.php'
@@ -16,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: run-tests

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
@@ -14,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
laravel: [12.*, 11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
@@ -23,9 +24,14 @@ jobs:
- laravel: 11.*
testbench: 9.*
carbon: 3.*
- laravel: 12.*
testbench: 9.*
carbon: 3.*
exclude:
- laravel: 11.*
php: 8.1
- laravel: 12.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
}
],
"require": {
"php": "^8.3",
"php": "^8.2",
"filament/filament": "^3.2.139",
"spatie/laravel-package-tools": "^1.15.0",
"stevebauman/hypertext": "^1.1",