Skip to content

chore: Update Vue + Vuetify #10

chore: Update Vue + Vuetify

chore: Update Vue + Vuetify #10

Workflow file for this run

name: Build PHP 8.3
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
env:
OPERATING_SYS: ubuntu-latest
PHP_VERSION: 8.3
jobs:
test:
name: Run Tests
uses: WebFiori/workflows/.github/workflows/test-php.yaml@main
with:
php-version: '8.3'
phpunit-config: 'tests/phpunit10.xml'
release-prod:
name: Prepare Production Release Branch / Publish Release
needs: [test]
uses: WebFiori/workflows/.github/workflows/release-php.yaml@main
with:
branch: 'main'