We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedfcc2 commit 26a0197Copy full SHA for 26a0197
.github/workflows/main.yml
@@ -56,15 +56,15 @@ jobs:
56
run: "php vendor/bin/phpunit"
57
test_old_73_80:
58
runs-on: "ubuntu-latest"
59
- name: "PHP 7.4 Code on PHP 8.3 Integration Tests"
+ name: "PHP 7.4 Code on PHP 8.4 Integration Tests"
60
steps:
61
- name: "Checkout"
62
uses: "actions/checkout@v4"
63
- name: "Install PHP"
64
uses: "shivammathur/setup-php@v2"
65
with:
66
coverage: "none"
67
- php-version: "8.3"
+ php-version: "8.4"
68
ini-file: "development"
69
tools: composer:v2
70
- name: "Install PHP 8 dependencies"
0 commit comments