mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-29 05:07:34 +01:00
Use PHP 8.4 for the PHP 7.4 integration test
This commit is contained in:
parent
aedfcc23cd
commit
26a0197186
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: "php vendor/bin/phpunit"
|
run: "php vendor/bin/phpunit"
|
||||||
test_old_73_80:
|
test_old_73_80:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
name: "PHP 7.4 Code on PHP 8.3 Integration Tests"
|
name: "PHP 7.4 Code on PHP 8.4 Integration Tests"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "actions/checkout@v4"
|
uses: "actions/checkout@v4"
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
uses: "shivammathur/setup-php@v2"
|
uses: "shivammathur/setup-php@v2"
|
||||||
with:
|
with:
|
||||||
coverage: "none"
|
coverage: "none"
|
||||||
php-version: "8.3"
|
php-version: "8.4"
|
||||||
ini-file: "development"
|
ini-file: "development"
|
||||||
tools: composer:v2
|
tools: composer:v2
|
||||||
- name: "Install PHP 8 dependencies"
|
- name: "Install PHP 8 dependencies"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user