Skip to content

Commit 447bec0

Browse files
committed
[ci skip] upgrade os to ubuntu 24.0 and use actions v3
1 parent a5e8978 commit 447bec0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-phpunit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
tests:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
env:
1313
PHP_INI_VALUES: assert.exception=1, zend.assertions=1
@@ -107,7 +107,7 @@ jobs:
107107

108108
steps:
109109
- name: Checkout
110-
uses: actions/checkout@v2
110+
uses: actions/checkout@v3
111111
- name: Override PHP ini values for JIT compiler
112112
if: matrix.compiler == 'jit'
113113
run: echo "PHP_INI_VALUES::assert.exception=1, zend.assertions=1, opcache.enable=1, opcache.enable_cli=1, opcache.optimization_level=-1, opcache.jit=1255, opcache.jit_buffer_size=64M" >> $GITHUB_ENV
@@ -125,7 +125,7 @@ jobs:
125125
id: composer-cache
126126
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
127127
- name: Cache composer dependencies
128-
uses: actions/cache@v2
128+
uses: actions/cache@v3
129129
with:
130130
path: ${{ steps.composer-cache.outputs.dir }}
131131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)