Skip to content

Commit 21fafca

Browse files
committed
trying an older version of setup-php
1 parent e76b1d6 commit 21fafca

File tree

4 files changed

+5357
-6
lines changed

4 files changed

+5357
-6
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,16 @@ jobs:
9191
strategy:
9292
fail-fast: false
9393
matrix:
94-
php: [ '8.1', '8.2', '8.3', '8.4' ]
95-
ts: [ 'nts', 'ts' ]
96-
arch: [ 'x64' ]
97-
94+
php:
95+
- '8.1'
96+
- '8.2'
97+
- '8.3'
98+
- '8.4'
99+
ts:
100+
- 'nts'
101+
- 'ts'
102+
arch:
103+
- 'x64'
98104
name:
99105
- ubuntu-gcc
100106

@@ -130,7 +136,7 @@ jobs:
130136
Write-Output "SESSION_SAVE_PATH=$SessionSavePath" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
131137
132138
- name: Setup PHP
133-
uses: shivammathur/setup-php@v2
139+
uses: shivammathur/setup-php@v2.32
134140
with:
135141
php-version: ${{ matrix.php }}
136142
extensions: ${{ env.EXTENSIONS }}
@@ -281,7 +287,7 @@ jobs:
281287
- uses: actions/checkout@v4
282288

283289
- name: Setup PHP
284-
uses: shivammathur/setup-php@v2
290+
uses: shivammathur/setup-php@v2.32
285291
with:
286292
php-version: ${{ matrix.php }}
287293
extensions: ${{ env.EXTENSIONS }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Some label: <?= $some_var ?>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a:9:{i:0;s:115:"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en"><html xmlns="http://www.w3.org/1999/xhtml"><head>";s:4:"head";a:1:{i:0;a:4:{s:4:"type";i:357;s:5:"value";s:42:"<link rel="stylesheet" href="style.css" />";s:4:"file";s:51:"/srv/tests/_data/fixtures/views/extends/parent.volt";s:4:"line";i:1;}}i:1;s:7:"<title>";s:5:"title";N;i:2;s:52:" - My Webpage</title></head><body><div id="content">";s:7:"content";N;i:3;s:23:"</div><div id="footer">";s:6:"footer";a:1:{i:0;a:4:{s:4:"type";i:357;s:5:"value";s:66:"&copy; Copyright 2012 by <a href="http://domain.invalid/">you</a>.";s:4:"file";s:51:"/srv/tests/_data/fixtures/views/extends/parent.volt";s:4:"line";i:1;}}i:4;s:13:"</div></body>";}

0 commit comments

Comments
 (0)