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: |
|
restore-keys: |
|
||||||
${{ runner.os }}-php-${{ matrix.php-version }}-
|
${{ runner.os }}-php-${{ matrix.php-version }}-
|
||||||
|
|
||||||
|
- name: Run make
|
||||||
|
run: make
|
||||||
|
|
||||||
- name: Run tests with phpunit
|
- name: Run tests with phpunit
|
||||||
run: ./run-tests.sh
|
run: ./run-tests.sh
|
||||||
|
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,16 +1,10 @@
|
|||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
# Smarty
|
|
||||||
lexer/*.php
|
|
||||||
lexer/*.php.bak
|
|
||||||
lexer/*.out
|
|
||||||
|
|
||||||
# Dev
|
|
||||||
phpunit*
|
phpunit*
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
vendor/*
|
/vendor/*
|
||||||
composer.lock
|
/composer.lock
|
||||||
/src/Lexer/ConfigfileLexer.php
|
/src/Lexer/ConfigfileLexer.php
|
||||||
/src/Lexer/TemplateLexer.php
|
/src/Lexer/TemplateLexer.php
|
||||||
/src/Parser/ConfigfileParser.php
|
/src/Parser/ConfigfileParser.php
|
||||||
|
@@ -43,17 +43,11 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "4.0.x-dev"
|
"dev-master": "5.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8.5 || ^7.5",
|
"phpunit/phpunit": "^8.5 || ^7.5",
|
||||||
"smarty/smarty-lexer": "@dev"
|
"smarty/smarty-lexer": "^4.0"
|
||||||
},
|
}
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../smarty-lexer/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user