Compare commits

...

3 commits

Author SHA1 Message Date
Florian Weiss 3e2f86f1a2 [TASK] Add composer.lock to gitignore to prevent CI tests lock for testing multiple versions 2023-07-06 14:00:00 +02:00
Florian Weiss 76a1f5fcb7 [TASK] Remove composer lock 2023-07-06 13:57:46 +02:00
Florian Weiss 6a74da49a3 [TASK] match PHP version for CI 2023-07-06 13:53:06 +02:00
4 changed files with 8 additions and 2900 deletions

View file

@ -9,7 +9,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.2
- name: Validate composer.json
run: composer validate
@ -19,9 +19,10 @@ jobs:
strategy:
matrix:
php-version:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
steps:
- name: Checkout
uses: actions/checkout@v2
@ -42,7 +43,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.2
- name: Get Composer Cache Directory
id: composer-cache
@ -70,7 +71,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.2
- name: Get Composer Cache Directory
id: composer-cache

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/.idea/
/vendor/
.phpunit.result.cache
composer.lock

2894
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -166,7 +166,7 @@ class LinkTest extends TestCase
$subject->getVerificationLink('self', null, Link::SKILL_SET)
);
}
/**
* @test
*/