mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
Attempt to fix CI
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -77,5 +77,8 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-php-${{ matrix.php-version }}-
|
||||
|
||||
- name: Run make
|
||||
run: make
|
||||
|
||||
- name: Run tests with phpunit
|
||||
run: ./run-tests.sh
|
||||
|
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,16 +1,10 @@
|
||||
|
||||
.idea/
|
||||
|
||||
# Smarty
|
||||
lexer/*.php
|
||||
lexer/*.php.bak
|
||||
lexer/*.out
|
||||
|
||||
# Dev
|
||||
phpunit*
|
||||
.phpunit.result.cache
|
||||
vendor/*
|
||||
composer.lock
|
||||
/vendor/*
|
||||
/composer.lock
|
||||
/src/Lexer/ConfigfileLexer.php
|
||||
/src/Lexer/TemplateLexer.php
|
||||
/src/Parser/ConfigfileParser.php
|
||||
|
@@ -43,17 +43,11 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.0.x-dev"
|
||||
"dev-master": "5.0.x-dev"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5 || ^7.5",
|
||||
"smarty/smarty-lexer": "@dev"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../smarty-lexer/"
|
||||
}
|
||||
]
|
||||
"smarty/smarty-lexer": "^4.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user