Skip to content

Commit 0bea0fb

Browse files
committed
Require PHP 8.5
1 parent 6e0bcda commit 0bea0fb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
timeout-minutes: 10
1313

14-
name: PHP 8.3
14+
name: PHP 8.5
1515

1616
steps:
1717
- name: Checkout
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.3
23+
php-version: 8.5
2424
tools: composer
2525
coverage: xdebug
2626

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
image: registry.gitlab.com/aplus-framework/images/base:4
2+
image: registry.gitlab.com/aplus-framework/images/base:6
33

44
include:
55
- template: Security/SAST.gitlab-ci.yml

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
],
3939
"require": {
40-
"php": ">=8.3",
40+
"php": ">=8.5",
4141
"aplus/cli": "^3.0",
4242
"aplus/helpers": "^4.0",
4343
"aplus/language": "^4.0",
@@ -74,7 +74,7 @@
7474
},
7575
"extra": {
7676
"branch-alias": {
77-
"dev-master": "4.x-dev"
77+
"dev-master": "5.x-dev"
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)