Skip to content

Commit

Permalink
ci: test on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 29, 2023
1 parent 7143601 commit 6969603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:

memcheck:
name: "Test for Memory Leaks"
needs: ["coding-standards", "code-coverage"]
runs-on: "ubuntu-latest"

steps:
Expand Down Expand Up @@ -137,6 +136,7 @@ jobs:
matrix:
php:
- "8.2"
- "8.3"
icu:
- "70.1"
- "71.1"
Expand Down Expand Up @@ -191,6 +191,7 @@ jobs:
- php-image: "php:8.2-cli-bookworm"
deps-command: "apt update && apt install -qy git libicu-dev"
name: "Install with pecl on ${{ matrix.php-image }}"
needs: ["tests"]
runs-on: "ubuntu-latest"
container: ${{ matrix.php-image }}
steps:
Expand Down

0 comments on commit 6969603

Please sign in to comment.