Skip to content

Commit

Permalink
Merge pull request #85 from Laravel-Lang/patch/2025-02-16/22-43
Browse files Browse the repository at this point in the history
Added support for the outdated version of `Archtechx/enums`
  • Loading branch information
andrey-helldar authored Feb 16, 2025
2 parents e4b0f0a + 3dbf229 commit 0a4b7a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
fail-fast: true
matrix:
symfony: [ "6.0", "7.0" ]
enums: [ "0.3.2", "1.0" ]

name: symfony ${{ matrix.symfony }}
name: symfony ${{ matrix.symfony }}, enums ${{ matrix.enums }}

steps:
- name: Checkout code
Expand All @@ -26,7 +27,7 @@ jobs:
coverage: xdebug

- name: Install dependencies
run: composer require symfony/console:^${{ matrix.symfony }} symfony/finder:^${{ matrix.symfony }}
run: composer require symfony/console:^${{ matrix.symfony }} symfony/finder:^${{ matrix.symfony }} archtechx/enums:^${{ matrix.enums }}

- name: Execute tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"php": "^8.1",
"ext-json": "*",
"ext-zip": "*",
"archtechx/enums": "^1.0",
"archtechx/enums": "^0.3.2 || ^1.0",
"deeplcom/deepl-php": "^1.5",
"dragon-code/pretty-array": "^4.0",
"dragon-code/simple-dto": "^2.3",
Expand Down

0 comments on commit 0a4b7a4

Please sign in to comment.