Skip to content

Commit 26a0197

Browse files
committed
Use PHP 8.4 for the PHP 7.4 integration test
1 parent aedfcc2 commit 26a0197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
run: "php vendor/bin/phpunit"
5757
test_old_73_80:
5858
runs-on: "ubuntu-latest"
59-
name: "PHP 7.4 Code on PHP 8.3 Integration Tests"
59+
name: "PHP 7.4 Code on PHP 8.4 Integration Tests"
6060
steps:
6161
- name: "Checkout"
6262
uses: "actions/checkout@v4"
6363
- name: "Install PHP"
6464
uses: "shivammathur/setup-php@v2"
6565
with:
6666
coverage: "none"
67-
php-version: "8.3"
67+
php-version: "8.4"
6868
ini-file: "development"
6969
tools: composer:v2
7070
- name: "Install PHP 8 dependencies"

0 commit comments

Comments
 (0)