mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-02-03 17:43:21 +00:00
Tweaks
This commit is contained in:
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@@ -7,8 +7,9 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
composer:
|
build:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
|
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
|
||||||
@@ -18,6 +19,7 @@ jobs:
|
|||||||
- operating-system: 'ubuntu-latest'
|
- operating-system: 'ubuntu-latest'
|
||||||
php-versions: '7.3'
|
php-versions: '7.3'
|
||||||
phpunit-versions: '8.5.21'
|
phpunit-versions: '8.5.21'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
/vendor
|
/vendor
|
||||||
composer.lock
|
composer.lock
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 7.0
|
- 7.3
|
||||||
- 7.1
|
- 7.4
|
||||||
- 7.2
|
- 8.0
|
||||||
|
- 8.1
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|||||||
Reference in New Issue
Block a user