Skip to content

Commit 300bd46

Browse files
committedFeb 19, 2024
Dropped PHP 8.0, supported PHP 8.3
1 parent af247e2 commit 300bd46

File tree

65 files changed

+633
-617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+633
-617
lines changed
 

‎.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
php-version:
15-
- "8.0"
1615
- "8.1"
1716
- "8.2"
17+
- "8.3"
1818
os:
1919
- ubuntu-latest
20-
- macOS-latest
2120
composer-options:
2221
- ""
2322
- "--prefer-lowest"
@@ -36,6 +35,9 @@ jobs:
3635
coverage: xdebug
3736
ini-values: error_reporting=E_ALL
3837

38+
- name: Install PHIVE
39+
uses: szepeviktor/phive@v1
40+
3941
- name: Install dependencies
4042
run: composer update
4143
--prefer-dist

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/build/
22
/vendor/
33
/composer.lock
4+
/tools/
5+
/vendor-bin/**/vendor/
6+
/vendor-bin/**/composer.lock
47
.phpunit.result.cache

0 commit comments

Comments
 (0)