Skip to content

Commit e16207f

Browse files
TatevikGrtatevikg1
andauthored
phplist/core version update (#67)
Co-authored-by: Tatevik <[email protected]>
1 parent b4f29a2 commit e16207f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
php-versions: ['8.1']
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
- name: Setup PHP, with composer and extensions
3030
uses: shivammathur/setup-php@v2
3131
with:
@@ -45,7 +45,7 @@ jobs:
4545
id: composer-cache
4646
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4747
- name: Cache composer dependencies
48-
uses: actions/cache@v2
48+
uses: actions/cache@v3
4949
with:
5050
path: ${{ steps.composer-cache.outputs.dir }}
5151
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require": {
3232
"php": "^8.1",
33-
"phplist/core": "dev-ISSUE-337"
33+
"phplist/core": "v5.0.0-alpha3"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": "^9.5",
@@ -77,9 +77,6 @@
7777
]
7878
},
7979
"extra": {
80-
"branch-alias": {
81-
"dev-ISSUE-337": "5.0.x-dev"
82-
},
8380
"symfony-app-dir": "bin",
8481
"symfony-bin-dir": "bin",
8582
"symfony-var-dir": "var",

0 commit comments

Comments
 (0)