Skip to content

Commit dc028d8

Browse files
committed
Require PHP 8.3
1 parent 278a27d commit dc028d8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ports:
3434
- 6379:6379
3535

36-
name: PHP 8.1
36+
name: PHP 8.3
3737

3838
steps:
3939
- name: Checkout
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup PHP
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: 8.1
45+
php-version: 8.3
4646
tools: composer
4747
coverage: xdebug
4848

Diff for: .gitlab-ci.yml

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

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

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
],
4343
"require": {
44-
"php": ">=8.1",
44+
"php": ">=8.3",
4545
"ext-json": "*",
4646
"ext-mysqli": "*",
4747
"aplus/autoload": "^2.0",

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
package:
4-
image: registry.gitlab.com/aplus-framework/images/package:2
4+
image: registry.gitlab.com/aplus-framework/images/package:4
55
container_name: package-mvc
66
working_dir: /package
77
volumes:

0 commit comments

Comments
 (0)