Skip to content

Commit

Permalink
ci: test also on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Dec 15, 2024
1 parent 4aacb48 commit 14628ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
php:
- '8.3'
- '8.4'
os:
- ubuntu-latest
- windows-latest
Expand Down
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ test:php8.3:
<<: *test_job
image: nexendrie/php:8.3

test:php8.4:
<<: *test_job
image: nexendrie/php:8.4

test:reports:
<<: *test_job
image: nexendrie/php:8.3
image: nexendrie/php:8.4
variables:
REPORTS: 1
coverage: '/(\d+\%) covered/'
Expand Down

0 comments on commit 14628ca

Please sign in to comment.