Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from codebar-ag/feature-laravel-10
Browse files Browse the repository at this point in the history
Feature Laravel 10
  • Loading branch information
StanBarrows authored Mar 1, 2023
2 parents a2156c4 + 961b935 commit f23abee
Show file tree
Hide file tree
Showing 22 changed files with 341 additions and 343 deletions.
44 changes: 2 additions & 42 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,6 @@ on:
pull_request:

jobs:
test74:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
tools: composer:v2
coverage: none

- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/phpunit
test80:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
tools: composer:v2
coverage: none

- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/phpunit
test81:
runs-on: ubuntu-latest

Expand All @@ -64,7 +24,7 @@ jobs:
run: composer install --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/pest

test82:
runs-on: ubuntu-latest
Expand All @@ -85,4 +45,4 @@ jobs:
run: composer install --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/pest
1 change: 1 addition & 0 deletions .phpunit.cache/test-results
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"defects":[],"times":{"CodebarAg\\FeaturePolicy\\Tests\\DirectiveTest::it_can_determine_if_a_directive_is_valid":0.014}}
2 changes: 0 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
The MIT License (MIT)

Copyright (c) mazedlx.net webproductions <mazedlx@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
Loading

0 comments on commit f23abee

Please sign in to comment.