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 2ee58dc commit 5e1447eCopy full SHA for 5e1447e
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-24.04
12
timeout-minutes: 10
13
14
- name: PHP 8.3
+ name: PHP 8.5
15
16
steps:
17
- name: Checkout
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup PHP
21
uses: shivammathur/setup-php@v2
22
with:
23
- php-version: 8.3
+ php-version: 8.5
24
tools: composer
25
coverage: xdebug
26
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
---
2
-image: registry.gitlab.com/aplus-framework/images/base:4
+image: registry.gitlab.com/aplus-framework/images/base:6
3
4
include:
5
- template: Security/SAST.gitlab-ci.yml
0 commit comments