Use PHP 8.4 for the PHP 7.4 integration test

This commit is contained in:
Nikita Popov 2024-09-21 16:03:21 +02:00
parent aedfcc23cd
commit 26a0197186

View File

@ -56,7 +56,7 @@ jobs:
run: "php vendor/bin/phpunit"
test_old_73_80:
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:
- name: "Checkout"
uses: "actions/checkout@v4"
@ -64,7 +64,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.3"
php-version: "8.4"
ini-file: "development"
tools: composer:v2
- name: "Install PHP 8 dependencies"