File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
branches :
7
- - ' master'
7
+ - ' [0-9]+.x'
8
+ - ' [0-9]+.[0-9]+'
9
+ - ' [0-9]+.[0-9]+.x'
8
10
9
11
jobs :
10
12
test :
11
13
name : ' PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}'
12
- runs-on : ubuntu-20.04
14
+ runs-on : ubuntu-latest
13
15
env :
14
16
SYMFONY_DEPRECATIONS_HELPER : weak
15
17
@@ -23,10 +25,12 @@ jobs:
23
25
- php-version : ' 7.4'
24
26
- php-version : ' 8.0'
25
27
- php-version : ' 8.1'
28
+ - php-version : ' 8.2'
29
+ - php-version : ' 8.3'
26
30
27
31
steps :
28
32
- name : Checkout project
29
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v4
30
34
31
35
- name : Install and configure PHP
32
36
uses : shivammathur/setup-php@v2
35
39
tools : ' composer:v2'
36
40
37
41
- name : Install dependencies with Composer
38
- uses : ramsey/composer-install@v1
42
+ uses : ramsey/composer-install@v3
39
43
with :
40
44
dependency-versions : ${{ matrix.dependencies }}
41
45
composer-options : --prefer-dist
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PHPCR Migrations
2
2
================
3
3
4
4
[ ![ Build
5
- Status] ( https://travis-ci.org /phpcr/phpcr-migrations. svg?branch=master )] ( https://travis-ci.org /phpcr/phpcr-migrations )
5
+ Status] ( https://github.com /phpcr/phpcr-migrations/actions/workflows/test-application.yaml/badge. svg )] ( https://github.com /phpcr/phpcr-migrations/actions/workflows/test-application.yaml )
6
6
7
7
Migrations library for PHPCR influenced by [ Doctrine
8
8
migrations] ( https://github.com/doctrine/migrations ) .
Original file line number Diff line number Diff line change 28
28
"psr-4" : {
29
29
"PHPCR\\ Migrations\\ Tests\\ " : " tests"
30
30
}
31
- },
32
- "extra" : {
33
- "branch-alias" : {"dev-master" : " 1.x-dev" }
34
31
}
35
32
}
You can’t perform that action at this time.
0 commit comments