mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 11:23:58 +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 ]
|
||||
|
||||
jobs:
|
||||
composer:
|
||||
build:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
|
||||
@@ -18,6 +19,7 @@ jobs:
|
||||
- operating-system: 'ubuntu-latest'
|
||||
php-versions: '7.3'
|
||||
phpunit-versions: '8.5.21'
|
||||
|
||||
steps:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
||||
Reference in New Issue
Block a user