Skip to content

Commit

Permalink
ci: test also on PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Jan 12, 2025
1 parent de17d12 commit dd007d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand Down
10 changes: 9 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,17 @@ test:php8.1:
<<: *test_job
image: nexendrie/php:8.1

test:php8.2:
<<: *test_job
image: nexendrie/php:8.2

test:php8.3:
<<: *test_job
image: nexendrie/php:8.3

test:cc:
<<: *test_job
image: nexendrie/php:8.1
image: nexendrie/php:8.3
coverage: '/(\d+\%) covered/'

pages:
Expand Down

0 comments on commit dd007d4

Please sign in to comment.