We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478e9bb + 4a19d9f commit 46e0df5Copy full SHA for 46e0df5
.github/workflows/ci.yaml .github/workflows/backend-ci.yaml.github/workflows/ci.yaml renamed to .github/workflows/backend-ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
php:
17
- '8.3'
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
21
- name: Setup PHP Action
22
uses: shivammathur/setup-php@v2
@@ -43,9 +43,10 @@ jobs:
43
matrix:
44
45
46
+ - '8.4'
47
48
49
50
51
52
0 commit comments