mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 15:18:17 +01:00
Run integration tests against PHP 8.2 test suite
This commit is contained in:
parent
3bd38c5b2c
commit
5ad02d8a2c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
run: "test_old/run-php-src.sh 7.3.21"
|
||||
test_old_80_70:
|
||||
runs-on: "ubuntu-latest"
|
||||
name: "PHP 8.1 Code on PHP 7.1 Integration Tests"
|
||||
name: "PHP 8.2 Code on PHP 7.1 Integration Tests"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v2"
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
- name: "Install PHP 8 dependencies"
|
||||
run: "composer update --no-progress --prefer-dist"
|
||||
- name: "Tests"
|
||||
run: "test_old/run-php-src.sh 8.1.6"
|
||||
run: "test_old/run-php-src.sh 8.2.3"
|
||||
phpstan:
|
||||
runs-on: "ubuntu-latest"
|
||||
name: "PHP ${{ matrix.php-version }} PHPStan"
|
||||
|
Loading…
x
Reference in New Issue
Block a user