Skip to content

Commit

Permalink
Require PHP >=8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 7, 2023
1 parent 95e5c63 commit 8c57bfb
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.1

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.1
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:2

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 @@ -35,7 +35,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-sodium": "*"
},
"require-dev": {
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:2
container_name: package-crypto
working_dir: /package
volumes:
Expand Down

0 comments on commit 8c57bfb

Please sign in to comment.