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 bc8b89c commit 441540eCopy full SHA for 441540e
.github/workflows/docker.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
24
with:
25
- php-version: '8.2'
+ php-version: '8.4'
26
27
- name: Get version
28
run: |
.github/workflows/docs-sync.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
+ php-version: '8.3'
20
21
- name: Get Composer Cache Directory
id: composer-cache
.github/workflows/docs.yaml
@@ -15,7 +15,7 @@ jobs:
15
0 commit comments