Skip to content

Commit

Permalink
deps: Add PHP8.3 in the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard committed Jun 12, 2024
1 parent 7147a45 commit 2973c6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -90,7 +92,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand All @@ -111,4 +113,4 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Coding Standard"
run: "vendor/bin/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose"
run: "vendor/bin/php-cs-fixer check --show-progress=dots --using-cache=no --verbose"

0 comments on commit 2973c6d

Please sign in to comment.