Skip to content

Commit 8383d5b

Browse files
committed
ci(tests): add PHP 8.3 to unit test
1 parent 0a17bef commit 8383d5b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88

99
jobs:
1010
unit-tests:
11-
name: Run Unit Tests
11+
name: PHP ${{ matrix.php }}
1212
runs-on: ubuntu-latest
1313

1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [8.2]
17+
php: [8.2, 8.3]
1818
dependency-version: [prefer-stable]
1919

2020
steps:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"@hook:pre-push"
6666
],
6767
"hook:install": [
68+
"if [ -d .git ]; then",
6869
"ln -sf $PWD/hooks/pre-commit .git/hooks/pre-commit",
6970
"chmod +x .git/hooks/pre-commit",
7071
"ln -sf $PWD/hooks/pre-push .git/hooks/pre-push",

0 commit comments

Comments
 (0)