File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ on: ["push", "pull_request"]
6
6
jobs :
7
7
js-tests :
8
8
name : " JS Tests"
9
- runs-on : ubuntu-20.04
9
+ runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Install JS dependencies
15
15
run : |
20
20
cd Resources && npm run test
21
21
phpunit :
22
22
name : " PHP ${{ matrix.php }} + ${{ matrix.dependencies }} dependencies + Symfony ${{ matrix.symfony }}"
23
- runs-on : ubuntu-20.04
23
+ runs-on : ubuntu-latest
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
61
61
symfony : ' 7.0.*'
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
66
66
- name : Setup PHP
67
67
uses : shivammathur/setup-php@v2
81
81
dependency-versions : ${{ matrix.dependencies }}
82
82
83
83
- name : Cache PHPUnit
84
- uses : actions/cache@v3
84
+ uses : actions/cache@v4
85
85
with :
86
86
path : vendor/bin/.phpunit
87
87
key : ${{ runner.os }}-phpunit-${{ matrix.php }}
You can’t perform that action at this time.
0 commit comments