Skip to content

Commit

Permalink
Merge branch 'refs/heads/4.x' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jun 28, 2024
2 parents a93c905 + 1c6d7a7 commit 43e268f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 3306:3306
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3

name: PHP 8.1
name: PHP 8.3

steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
tools: composer
coverage: xdebug

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: registry.gitlab.com/aplus-framework/images/base:2
image: registry.gitlab.com/aplus-framework/images/base:4

include:
- template: Security/SAST.gitlab-ci.yml
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.3",
"ext-simplexml": "*",
"ext-yaml": "*",
"aplus/database": "^3.0",
"aplus/helpers": "^3.0"
"aplus/database": "^4.0",
"aplus/helpers": "^4.0"
},
"require-dev": {
"ext-xdebug": "*",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
package:
image: registry.gitlab.com/aplus-framework/images/package:2
image: registry.gitlab.com/aplus-framework/images/package:4
container_name: package-config
working_dir: /package
volumes:
Expand Down

0 comments on commit 43e268f

Please sign in to comment.