Skip to content

Commit

Permalink
Require PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jul 19, 2024
1 parent 3fd9ba9 commit e346de4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true

name: PHP 8.0
name: PHP 8.3

steps:
- name: Checkout
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
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:1
image: registry.gitlab.com/aplus-framework/images/base:4

include:
- template: Security/SAST.gitlab-ci.yml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.3",
"ext-gd": "*",
"ext-json": "*"
},
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:1
image: registry.gitlab.com/aplus-framework/images/package:4
container_name: package-image
working_dir: /package
volumes:
Expand Down

0 comments on commit e346de4

Please sign in to comment.