1414 - ubuntu-22.04
1515 - windows-2022
1616 php :
17+ - 8.3
1718 - 8.2
1819 - 8.1
1920 - 8.0
2223 - 7.2
2324 - 7.1
2425 steps :
25- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2627 - uses : shivammathur/setup-php@v2
2728 with :
2829 php-version : ${{ matrix.php }}
4647 strategy :
4748 matrix :
4849 php :
50+ - 8.3
4951 - 8.2
5052 - 8.1
5153 - 8.0
5456 - 7.2
5557 - 7.1
5658 steps :
57- - uses : actions/checkout@v3
59+ - uses : actions/checkout@v4
5860 - uses : shivammathur/setup-php@v2
5961 with :
6062 php-version : ${{ matrix.php }}
6870 strategy :
6971 matrix :
7072 php :
73+ - 8.3
7174 - 8.2
7275 - 8.1
7376 - 8.0
7679 - 7.2
7780 - 7.1
7881 steps :
79- - uses : actions/checkout@v3
82+ - uses : actions/checkout@v4
8083 - uses : shivammathur/setup-php@v2
8184 with :
8285 php-version : ${{ matrix.php }}
@@ -94,10 +97,10 @@ jobs:
9497 - " Dockerfile-basics"
9598 - " Dockerfile-production"
9699 steps :
97- - uses : actions/checkout@v3
100+ - uses : actions/checkout@v4
98101 - uses : shivammathur/setup-php@v2
99102 with :
100- php-version : 8.2
103+ php-version : 8.3
101104 - run : composer install -d tests/install-as-dep/
102105 - run : docker build -f tests/${{ matrix.dockerfile }} tests/install-as-dep/
103106 - run : docker run -d -p 8080:8080 -v "$PWD/examples/index.php":/app/public/index.php -v "$PWD/composer.json":/app/composer.json -v "$PWD/LICENSE":/app/LICENSE -v "$PWD/tests/":/app/tests/ $(docker images -q | head -n1)
@@ -113,6 +116,7 @@ jobs:
113116 strategy :
114117 matrix :
115118 php :
119+ - 8.3
116120 - 8.2
117121 - 8.1
118122 - 8.0
@@ -121,7 +125,7 @@ jobs:
121125 - 7.2
122126 - 7.1
123127 steps :
124- - uses : actions/checkout@v3
128+ - uses : actions/checkout@v4
125129 - uses : shivammathur/setup-php@v2
126130 with :
127131 php-version : ${{ matrix.php }}
@@ -137,6 +141,7 @@ jobs:
137141 strategy :
138142 matrix :
139143 php :
144+ - 8.3
140145 - 8.2
141146 - 8.1
142147 - 8.0
@@ -145,7 +150,7 @@ jobs:
145150 - 7.2
146151 - 7.1
147152 steps :
148- - uses : actions/checkout@v3
153+ - uses : actions/checkout@v4
149154 - uses : shivammathur/setup-php@v2
150155 with :
151156 php-version : ${{ matrix.php }}
@@ -160,6 +165,7 @@ jobs:
160165 strategy :
161166 matrix :
162167 php :
168+ - 8.3
163169 - 8.2
164170 - 8.1
165171 - 8.0
@@ -168,7 +174,7 @@ jobs:
168174 - 7.2
169175 - 7.1
170176 steps :
171- - uses : actions/checkout@v3
177+ - uses : actions/checkout@v4
172178 - uses : shivammathur/setup-php@v2
173179 with :
174180 php-version : ${{ matrix.php }}
0 commit comments