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 Apr 2, 2024
1 parent b7bd68f commit 9da19eb
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10

name: PHP 8.1
name: PHP 8.3

steps:
- name: Checkout
Expand All @@ -20,7 +20,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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.3",
"ext-fileinfo": "*",
"ext-intl": "*",
"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:2
image: registry.gitlab.com/aplus-framework/images/package:4
container_name: package-validation
working_dir: /package
volumes:
Expand Down

0 comments on commit 9da19eb

Please sign in to comment.