We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff81a66 commit a3a0d3fCopy full SHA for a3a0d3f
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: 8.3
+ php-version: 8.4
21
tools: composer:v2
22
23
- name: Install composer dependencies
.github/workflows/run-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: "installing PHP"
11
uses: "shivammathur/setup-php@v2"
12
13
- php-version: "8.3"
+ php-version: "8.4"
14
15
- name: "installing dependencies"
16
run: composer install --no-interaction --prefer-dist --optimize-autoloader
.github/workflows/run-tests.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php: [8.2, 8.3, 8.4]
+ php: [8.3, 8.4]
dependency-version: [prefer-lowest, prefer-stable]
steps:
0 commit comments