Skip to content

Commit

Permalink
Bump dependencies (PHP 8.1), update CI configuration
Browse files Browse the repository at this point in the history
remp/remp#1224
  • Loading branch information
rootpd committed Jan 25, 2023
1 parent d026da6 commit 39c7b7f
Show file tree
Hide file tree
Showing 8 changed files with 1,140 additions and 1,324 deletions.
15 changes: 11 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ syntax:8.0:
- docker
script:
- make syntax
syntax:8.1:
stage: test
image: php:8.1-cli
tags:
- docker
script:
- make syntax

sniffer:
stage: test
image: remp/php-ci:8.0.20
image: remp/php-ci:8.1.14
tags:
- docker
script:
Expand All @@ -25,7 +32,7 @@ sniffer:

phpstan:
stage: test
image: remp/php-ci:8.0.20
image: remp/php-ci:8.1.14
tags:
- docker
script:
Expand All @@ -34,7 +41,7 @@ phpstan:

latte_lint:
stage: test
image: remp/php-ci:8.0.20
image: remp/php-ci:8.1.14
tags:
- docker
script:
Expand All @@ -43,7 +50,7 @@ latte_lint:

tests:
stage: test
image: remp/php-ci:8.0.20
image: remp/php-ci:8.1.14
tags:
- docker
script:
Expand Down
Loading

0 comments on commit 39c7b7f

Please sign in to comment.